kde-playground/kdepim/composereditor-ng/tests/CMakeLists.txt
2015-04-14 21:49:29 +00:00

18 lines
506 B
CMake

PROJECT( composerhtmleditor )
include_directories(
${CMAKE_SOURCE_DIR}/composereditor-ng )
set(composerhtmlSources
main.cpp
composerhtmleditor.cpp
)
KDE4_ADD_EXECUTABLE(composerhtmleditor ${composerhtmlSources} )
TARGET_LINK_LIBRARIES(composerhtmleditor ${QT_QTWEBKIT_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} composereditorng )
install(TARGETS composerhtmleditor ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES
composerhtmleditorui.rc
DESTINATION ${DATA_INSTALL_DIR}/composerhtmleditor)