mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-14 22:35:48 +00:00
start working on C++ implementation
This commit is contained in:
12
sources/libraries.cmake
Normal file
12
sources/libraries.cmake
Normal file
@ -0,0 +1,12 @@
|
||||
# main qt libraries
|
||||
find_package(Qt5 5.6.0 REQUIRED COMPONENTS Core DBus Test)
|
||||
add_definitions(
|
||||
${Qt5Core_DEFINITIONS} ${Qt5DBus_DEFINITIONS}
|
||||
)
|
||||
set(Qt_INCLUDE
|
||||
${Qt5Core_INCLUDE_DIRS} ${Qt5DBus_INCLUDE_DIRS}
|
||||
)
|
||||
set(Qt_LIBRARIES
|
||||
${Qt5Core_LIBRARIES} ${Qt5DBus_LIBRARIES}
|
||||
)
|
||||
|
Reference in New Issue
Block a user