summaryrefslogtreecommitdiffstats
path: root/src/libs/dialogs/CMakeLists.txt
blob: 6d80a8a8a806781bbfd559c5ea1e87ba3a1f19c2 (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
27
28
29
30
31
32
33
34
35
36
include_directories(
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_SOURCE_DIR}/src/libs/dimg/filters
  ${CMAKE_SOURCE_DIR}/src/libs/thumbbar
  ${CMAKE_SOURCE_DIR}/src/libs/widgets/common
  ${CMAKE_SOURCE_DIR}/src/libs/widgets/metadata
  ${CMAKE_SOURCE_DIR}/src/libs/widgets/iccprofiles
  ${CMAKE_SOURCE_DIR}/src/libs/widgets/imageplugins
  ${CMAKE_SOURCE_DIR}/src/utilities/imageeditor/canvas
)


##### dialog library (static)

tde_add_library( dialog STATIC_PIC AUTOMOC
  SOURCES
    deletedialogbase.ui imagedialog.cpp rawcameradlg.cpp iccprofileinfodlg.cpp
    deletedialog.cpp dprogressdlg.cpp
  LINK
    tdecore-shared
)

##### dialogshowfoto library (static)

tde_add_library( dialogshowfoto STATIC_PIC AUTOMOC
  SOURCES iccprofileinfodlg.cpp imagedialog.cpp rawcameradlg.cpp
  LINK tdecore-shared
)


##### other files

install(
  FILES iccprofileinfodlg.h dprogressdlg.h imagedialog.h rawcameradlg.h
  DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME}
)