You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/kimagemapeditor/CMakeLists.txt

73 lines
1.2 KiB

add_subdirectory( pics )
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
${TDE_LIB_DIR}
)
##### kimagemapeditorcommon (static)
tde_add_library( kimagemapeditorcommon STATIC_PIC AUTOMOC
SOURCES
qextfileinfo.cpp
areacreator.cpp
kimearea.cpp
kimecommands.cpp
kimedialogs.cpp
kimagemapeditor.cpp
drawzone.cpp
arealistview.cpp
imageslistview.cpp
mapslistview.cpp
)
##### libkimagemapeditor (kpart)
tde_add_kpart( libkimagemapeditor AUTOMOC
SOURCES
dummy.cpp
LINK
tdehtml-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
##### kimagemapeditor (executable)
tde_add_executable( kimagemapeditor AUTOMOC
SOURCES
main.cpp kimeshell.cpp
LINK
tdecore-shared tdeui-shared tdeio-shared tdehtml-shared
kimagemapeditorcommon-static
DESTINATION ${BIN_INSTALL_DIR}
)
##### other data
install(
FILES kimagemapeditorui.rc kimagemapeditorpartui.rc
DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor
)
install(
FILES kimagemapeditor.desktop
DESTINATION ${XDG_APPS_INSTALL_DIR}
)