Salome HOME
d3fa1289a055217c85196a8da6e567e2babea75b
[modules/hexablock.git] / src / HEXABLOCKGUI / MyDlgRef / CMakeLists.txt
1 # Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # --- options ---
21 # additional include directories
22 INCLUDE_DIRECTORIES(
23   ${QT_INCLUDES}
24   ${GUI_INCLUDE_DIRS}
25   ${CMAKE_CURRENT_BINARY_DIR}
26 )
27
28 # libraries to link to
29 SET(_link_LIBRARIES
30   ${GUI_qtx}
31   ${GUI_SalomeApp}
32 )
33
34 # --- headers ---
35
36 # header files / to be processed by moc
37 SET(MyDlgRef_HEADERS
38   MyDlgRef.hxx
39 )
40
41 # --- sources ---
42
43 # sources / moc wrappings
44 QT4_WRAP_CPP(_moc_SOURCES ${MyDlgRef_HEADERS})
45
46 # sources / static
47 SET(_other_SOURCES
48   MyDlgRef.hxx
49   MyDlgRef.cxx
50 )
51
52 # uic files / to be processed by pyuic
53 SET(_pyuic_files
54   DlgRef_1List1Spin1Btn_QTD.ui
55   DlgRef_1Sel1Check1List_QTD.ui
56   DlgRef_1Sel1Check1Sel_QTD.ui
57   DlgRef_1Sel1Check_QTD.ui
58   DlgRef_1Sel1List1Check3Btn_QTD.ui
59   DlgRef_1Sel1Spin1Check_QTD.ui
60   DlgRef_1Sel1Spin_QTD.ui
61   DlgRef_1Sel2Spin1View1Check_QTD.ui
62   DlgRef_1Sel2Spin_QTD.ui
63   DlgRef_1Sel3Check_QTD.ui
64   DlgRef_1Sel3Spin_QTD.ui
65   DlgRef_1Sel3Spin1Check_QTD.ui
66   DlgRef_1Sel4Spin2Check_QTD.ui
67   DlgRef_1Sel4Spin_QTD.ui
68   DlgRef_1Sel5Spin1Check_QTD.ui
69   DlgRef_1Sel5Spin_QTD.ui
70   DlgRef_1Sel_QTD.ui
71   DlgRef_1SelExt_QTD.ui
72   DlgRef_1Spin_QTD.ui
73   DlgRef_2Sel1List1Check_QTD.ui
74   DlgRef_2Sel1List2Check_QTD.ui
75   DlgRef_2Sel1List_QTD.ui
76   DlgRef_2Sel1Spin2Check_QTD.ui
77   DlgRef_2Sel1Spin_QTD.ui
78   DlgRef_2Sel1SpinInt_QTD.ui
79   DlgRef_2Sel2List_QTD.ui
80   DlgRef_2Sel2Spin1Check_QTD.ui
81   DlgRef_2Sel2Spin3Check_QTD.ui
82   DlgRef_2Sel2Spin_QTD.ui
83   DlgRef_2Sel3Spin2Rb_QTD.ui
84   DlgRef_2Sel3Spin_QTD.ui
85   DlgRef_2Sel4Spin1Check_QTD.ui
86   DlgRef_2Sel_QTD.ui
87   DlgRef_2SelExt_QTD.ui
88   DlgRef_2Spin_QTD.ui
89   DlgRef_3Check_QTD.ui
90   DlgRef_3Radio_QTD.ui
91   DlgRef_3Radio1Sel1Spin_QTD.ui
92   DlgRef_3Sel1Check_QTD.ui
93   DlgRef_3Sel1Spin_QTD.ui
94   DlgRef_3Sel2Spin_QTD.ui
95   DlgRef_3Sel3Spin1Check_QTD.ui
96   DlgRef_3Sel3Spin2Check_QTD.ui
97   DlgRef_3Sel4Spin2Check_QTD.ui
98   DlgRef_3Sel_QTD.ui
99   DlgRef_3Spin1Check_QTD.ui
100   DlgRef_3Spin_QTD.ui
101   DlgRef_4Sel1List1Check_QTD.ui
102   DlgRef_4Sel1List_QTD.ui
103   DlgRef_4Sel1Spin2Check_QTD.ui
104   DlgRef_4Sel1Spin3Check_QTD.ui
105   DlgRef_6Sel_QTD.ui
106   DlgRef_Skeleton_QTD.ui
107 )
108
109 # scripts / pyuic wrappings
110 QT4_WRAP_UI(_uic_HEADERS ${_pyuic_files})
111
112 # sources / to compile
113 SET(MyDlgRef_SOURCES ${_other_SOURCES} ${_moc_SOURCES} ${_uic_HEADERS})
114
115 # --- rules ---
116
117 ADD_LIBRARY(MyDlgRef ${MyDlgRef_SOURCES})
118 TARGET_LINK_LIBRARIES(MyDlgRef ${_link_LIBRARIES} )
119 INSTALL(TARGETS MyDlgRef EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})