blob: c0ed4d97574d57446615abe6e666432d296a649a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
)
##### digikamimageplugin_distortionfx (kpart)
tde_add_kpart( digikamimageplugin_distortionfx AUTOMOC
SOURCES imageplugin_distortionfx.cpp distortionfxtool.cpp distortionfx.cpp
LINK dimgfilters-static digikam-shared tdecore-shared tdeutils-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
##### other files
install(
FILES digikamimageplugin_distortionfx_ui.rc
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
)
tde_create_translated_desktop(
SOURCE digikamimageplugin_distortionfx.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
)
|