1 project( headerthemeeditor )
3 set(headerthemeeditor_SRCS
5 themeeditormainwindow.cpp
9 themetemplatewidget.cpp
10 themedefaulttemplate.cpp
12 themeconfiguredialog.cpp
17 ecm_qt_declare_logging_category(headerthemeeditor_SRCS HEADER headerthemeeditor_debug.h IDENTIFIER HEADERTHEMEEDITOR_LOG CATEGORY_NAME log_headerthemeeditor)
18 qt5_add_resources(headerthemeeditor_SRCS headerthemeeditor.qrc)
20 add_executable(headerthemeeditor ${headerthemeeditor_SRCS} )
21 target_link_libraries(headerthemeeditor
35 install(TARGETS headerthemeeditor ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
37 install(PROGRAMS org.kde.headerthemeeditor.desktop DESTINATION ${KDE_INSTALL_APPDIR})