Warning, /pim/grantlee-editor/headerthemeeditor/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(headerthemeeditor ${headerthemeeditor_SRCS} )
0002 target_sources(headerthemeeditor PRIVATE
0003     main.cpp
0004     themeeditormainwindow.cpp
0005     themeeditorpage.cpp
0006     previewwidget.cpp
0007     editorpage.cpp
0008     themetemplatewidget.cpp
0009     themedefaulttemplate.cpp
0010     defaultcompletion.cpp
0011     themeconfiguredialog.cpp
0012     themeeditorutil.cpp
0013     themeeditorwidget.cpp
0014     headerthemeeditor.qrc
0015     themeeditormainwindow.h
0016     themeeditorpage.h
0017     previewwidget.h
0018     editorpage.h
0019     themetemplatewidget.h
0020     themedefaulttemplate.h
0021     defaultcompletion.h
0022     themeconfiguredialog.h
0023     themeeditorutil.h
0024     themeeditorwidget.h
0025     )
0026 
0027 ecm_qt_declare_logging_category(headerthemeeditor HEADER headerthemeeditor_debug.h IDENTIFIER HEADERTHEMEEDITOR_LOG CATEGORY_NAME org.kde.pim.headerthemeeditor
0028         DESCRIPTION "grantleeeditor (headerthemeeditor)"
0029         OLD_CATEGORY_NAMES log_headerthemeeditor
0030         EXPORT GRANTLEEEDITOR
0031     )
0032 
0033 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0034     set_target_properties(headerthemeeditor PROPERTIES UNITY_BUILD ON)
0035 endif()
0036 
0037 target_link_libraries(headerthemeeditor
0038     KPim6::Mime
0039     KPim6::PimCommon
0040     KPim6::MessageViewer
0041     grantleethemeeditor
0042     KF6::DBusAddons
0043     KPim6::GrantleeTheme
0044     KF6::I18n
0045     KF6::XmlGui
0046     KF6::Crash
0047     )
0048 
0049 install(TARGETS headerthemeeditor ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
0050 
0051 install(PROGRAMS org.kde.headerthemeeditor.desktop DESTINATION ${KDE_INSTALL_APPDIR})