CMake now enforces QJson version 8.1 or greater
This commit is contained in:
parent
5e151d185e
commit
cf869dfd57
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
add_subdirectory(plugins)
|
add_subdirectory(plugins)
|
||||||
|
|
||||||
find_package (QJSON REQUIRED)
|
find_package (QJSON 0.8.1 REQUIRED)
|
||||||
find_package (QCA2 REQUIRED)
|
find_package (QCA2 REQUIRED)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
|
|
@ -3,7 +3,7 @@ set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
||||||
include(KDE4Defaults)
|
include(KDE4Defaults)
|
||||||
|
|
||||||
find_package(KDE4 REQUIRED)
|
find_package(KDE4 REQUIRED)
|
||||||
find_package(QJSON REQUIRED)
|
find_package(QJSON 0.8.1 REQUIRED)
|
||||||
find_package(QCA2 REQUIRED)
|
find_package(QCA2 REQUIRED)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
|
Loading…
Reference in a new issue