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

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