Include `ECMGenerateQmlTypes` in CMakeLists.txt

It's required in the calendar plugin.
wilder-5.26
Fushan Wen 4 years ago
parent 93cd3464b2
commit 0f19f7fbdd
No known key found for this signature in database
GPG Key ID: 2E48D1487C91DCAA
  1. 1
      CMakeLists.txt

@ -34,6 +34,7 @@ include(ECMConfiguredInstall)
include(ECMGenerateDBusServiceFile)
include(ECMFindQmlModule)
include(ECMGenerateExportHeader)
include(ECMGenerateQmlTypes)
find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Svg Widgets Quick QuickWidgets Concurrent Test Network)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS

Loading…
Cancel
Save