Skip to content
Snippets Groups Projects
Commit 3459a376 authored by Volker Krause's avatar Volker Krause
Browse files

Don't use KDEFrameworkCompilerSettings

This now insists on a metainfo.yml and refuses to build if that's not
present.

Fixes issue #30.
parent 3ce0cf32
No related branches found
No related tags found
No related merge requests found
Pipeline #149197 passed with stage
in 1 minute and 49 seconds
......@@ -15,7 +15,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
include(KDECompilerSettings NO_POLICY_SCOPE)
include(ECMAddTests)
include(ECMGenerateHeaders)
include(ECMQtDeclareLoggingCategory)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment