add cmake adds

This commit is contained in:
2017-03-20 03:29:44 +03:00
parent 9094e6f450
commit 3ed3973f4d
9 changed files with 231 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# main qt libraries
find_package(Qt5 5.6.0 REQUIRED COMPONENTS Core DBus Sql Test)
find_package(Qt5 5.8.0 REQUIRED COMPONENTS Core DBus Sql Test)
add_definitions(
${Qt5Core_DEFINITIONS} ${Qt5DBus_DEFINITIONS} ${Qt5Sql_DEFINITIONS}
)