summaryrefslogtreecommitdiffstats
path: root/kompare/libdialogpages/CMakeLists.txt
blob: 40f61bd2ba4273f781fab2f18197d48ecfe8b352 (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
#################################################
#
#  (C) 2012 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

include_directories(
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_CURRENT_SOURCE_DIR}/../libdiff2
  ${TDE_INCLUDE_DIR}
  ${TQT_INCLUDE_DIRS}
)


##### dialogpages (static) ######################

tde_add_library( dialogpages STATIC_PIC AUTOMOC
  SOURCES
    settingsbase.cpp diffsettings.cpp filessettings.cpp viewsettings.cpp
    pagebase.cpp diffpage.cpp filespage.cpp viewpage.cpp
)