find kpeople qml module
This commit is contained in:
parent
0f707cc709
commit
894898ec0d
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@ include(ECMSetupVersion)
|
|||
include(ECMInstallIcons)
|
||||
include(FeatureSummary)
|
||||
include(GenerateExportHeader)
|
||||
include(ECMQMLModules)
|
||||
|
||||
include(KDEConnectMacros.cmake)
|
||||
|
||||
|
@ -63,6 +64,9 @@ else()
|
|||
)
|
||||
|
||||
add_definitions(-DHAVE_KIO)
|
||||
|
||||
ecm_find_qmlmodule(org.kde.people 1.0)
|
||||
|
||||
endif()
|
||||
|
||||
add_definitions(-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_KEYWORDS -DQT_NO_CAST_FROM_ASCII)
|
||||
|
|
Loading…
Reference in a new issue