source: extensions/digikam_export/piwigoexport/CMakeLists.txt

Last change on this file was 4874, checked in by fcoiffie, 14 years ago

[digikam_export] Removal of all useless and commented code

  • Temporary files are removed
  • Warnings correction
  • Selected 'thumbnail size' is stored in the configuration file
File size: 804 bytes
Line 
1SUBDIRS(icons)
2
3SET(kipiplugin_piwigoexport_PART_SRCS
4    plugin_piwigoexport.cpp
5    piwigos.cpp
6    piwigoconfig.cpp
7    piwigowindow.cpp
8    piwigotalker.cpp
9   )
10
11KDE4_ADD_PLUGIN(kipiplugin_piwigoexport ${kipiplugin_piwigoexport_PART_SRCS})
12
13TARGET_LINK_LIBRARIES(kipiplugin_piwigoexport
14                      ${KDCRAW_LIBRARIES}
15                      ${KIPI_LIBRARIES}
16                      ${KEXIV2_LIBRARIES}
17                      ${KDE4_KIO_LIBS}
18                      ${KDE4_KDEUI_LIBS}
19                      kipiplugins
20                     )
21
22INSTALL(TARGETS kipiplugin_piwigoexport DESTINATION ${PLUGIN_INSTALL_DIR})
23INSTALL(FILES kipiplugin_piwigoexport.desktop DESTINATION ${SERVICES_INSTALL_DIR})
24INSTALL(FILES piwigo_logo.png DESTINATION ${DATA_INSTALL_DIR}/kipiplugin_piwigoexport/pics)
Note: See TracBrowser for help on using the repository browser.