summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/CMakeLists.txt
blob: 08a1b6654defa62c0592504b605f3a9fe6658632 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#################################################
#
#  (C) 2010-2011 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}
  ${TDE_INCLUDE_DIR}
  ${TQT_INCLUDE_DIRS}
)

link_directories(
  ${TQT_LIBRARY_DIRS}
)


##### headers ###################################

install( FILES
    childproperty.h pcombobox.h pdummywidget.h
    ppointedit.h propertymachinefactory.h
    pcursoredit.h pfontbutton.h prectedit.h
    propertywidget.h pdateedit.h pfontcombo.h
    property.h psizeedit.h pdatetimeedit.h
    plineedit.h propertyeditor.h psizepolicyedit.h
    pdoublenuminput.h ppixmapedit.h propertylist.h
    pspinbox.h propertywidgetproxy.h multiproperty.h
    pyesnobutton.h purledit.h psymbolcombo.h
    pstringlistedit.h pcolorcombo.h pcolorbutton.h
    pcheckbox.h plinestyleedit.h
  DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/propeditor )


##### kdevpropertyeditor (shared) ###############

tde_add_library( kdevpropertyeditor SHARED AUTOMOC
  SOURCES
    childproperty.cpp pcombobox.cpp pdummywidget.cpp
    ppointedit.cpp propertymachinefactory.cpp
    pstringlistedit.cpp multiproperty.cpp pcursoredit.cpp
    pfontbutton.cpp prectedit.cpp propertywidget.cpp
    psymbolcombo.cpp pcheckbox.cpp pdateedit.cpp pfontcombo.cpp
    property.cpp psizeedit.cpp purledit.cpp pcolorbutton.cpp
    pdatetimeedit.cpp plineedit.cpp propertyeditor.cpp
    psizepolicyedit.cpp pyesnobutton.cpp pcolorcombo.cpp
    pdoublenuminput.cpp ppixmapedit.cpp propertylist.cpp
    pspinbox.cpp propertywidgetproxy.cpp plinestyleedit.cpp
    qeditlistbox.cpp
  VERSION 0.0.0
  LINK kio-shared
  DESTINATION ${LIB_INSTALL_DIR}
)