mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-14 14:25:48 +00:00
add server proto
This commit is contained in:
@ -1,12 +1,15 @@
|
||||
# main qt libraries
|
||||
find_package(Qt5 5.8.0 REQUIRED COMPONENTS Core DBus Sql Test)
|
||||
find_package(Qt5 5.8.0 REQUIRED COMPONENTS Core DBus Network Sql Test)
|
||||
add_definitions(
|
||||
${Qt5Core_DEFINITIONS} ${Qt5DBus_DEFINITIONS} ${Qt5Sql_DEFINITIONS}
|
||||
${Qt5Core_DEFINITIONS} ${Qt5DBus_DEFINITIONS} ${Qt5Network_DEFINITIONS}
|
||||
${Qt5Sql_DEFINITIONS}
|
||||
)
|
||||
set(Qt_INCLUDE
|
||||
${Qt5Core_INCLUDE_DIRS} ${Qt5DBus_INCLUDE_DIRS} ${Qt5Sql_INCLUDE_DIRS}
|
||||
${Qt5Core_INCLUDE_DIRS} ${Qt5DBus_INCLUDE_DIRS} ${Qt5Network_INCLUDE_PATH}
|
||||
${Qt5Sql_INCLUDE_DIRS}
|
||||
)
|
||||
set(Qt_LIBRARIES
|
||||
${Qt5Core_LIBRARIES} ${Qt5DBus_LIBRARIES} ${Qt5Sql_LIBRARIES}
|
||||
${Qt5Core_LIBRARIES} ${Qt5DBus_LIBRARIES} ${Qt5Network_LIBRARIES}
|
||||
${Qt5Sql_LIBRARIES}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user