summaryrefslogtreecommitdiffstats
path: root/src/themedesigner/CMakeLists.txt
blob: 1cdd4a748847bc82c0da6188ef1cad288cbfe5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_directories(
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_SOURCE_DIR}/src/libs/imageproperties
  ${CMAKE_SOURCE_DIR}/src/libs/themeengine
  ${CMAKE_SOURCE_DIR}/src/libs/widgets/common
)


##### digikamthemedesigner (executable)

tde_add_executable( digikamthemedesigner AUTOMOC
  SOURCES
    main.cpp mainwindow.cpp themedicongroupitem.cpp themediconitem.cpp themediconview.cpp
  LINK
    digikam-shared tdecore-shared tdeui-shared ${KDCRAW_LIBRARIES} ${KEXIV2_LIBRARIES}
  DESTINATION ${BIN_INSTALL_DIR}
)