Salome HOME
4f3f219468422d8a98abe153156b023b7f2cdafc
[modules/gui.git] / src / OBJECT / OBJECT.pro
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 TEMPLATE = lib
23 TARGET = SalomeObject
24 DESTDIR = ../../lib
25 MOC_DIR = ../../moc
26 OBJECTS_DIR = ../../obj/$$TARGET
27
28 CASROOT = $$(CASROOT)
29 CAS_CPPFLAGS = $${CASROOT}/inc
30
31 CAS_LDPATH = -L$${CASROOT}/Linux/lib -lTKV3d
32
33 INCLUDEPATH += ../../include $${CAS_CPPFLAGS}
34 LIBS += $${CAS_LDPATH}
35
36 CONFIG -= debug release debug_and_release
37 CONFIG += qt thread debug dll shared
38
39 win32:DEFINES += WIN32 
40 DEFINES += OCC_VERSION_MAJOR=6 OCC_VERSION_MINOR=1 OCC_VERSION_MAINTENANCE=1 LIN LINTEL CSFDB No_exception HAVE_CONFIG_H HAVE_LIMITS_H HAVE_WOK_CONFIG_H OCC_CONVERT_SIGNALS
41
42 HEADERS  = SALOME_InteractiveObject.hxx
43 HEADERS += Handle_SALOME_InteractiveObject.hxx
44 HEADERS += SALOME_AISShape.hxx
45 HEADERS += Handle_SALOME_AISShape.hxx
46 HEADERS += SALOME_AISObject.hxx
47 HEADERS += Handle_SALOME_AISObject.hxx
48 HEADERS += SALOME_ListIO.hxx
49 HEADERS += SALOME_ListIteratorOfListIO.hxx
50 HEADERS += Handle_SALOME_ListNodeOfListIO.hxx
51 HEADERS += SALOME_ListNodeOfListIO.hxx
52 HEADERS += Handle_SALOME_Filter.hxx
53 HEADERS += SALOME_Filter.hxx
54 HEADERS += Handle_SALOME_TypeFilter.hxx
55 HEADERS += SALOME_TypeFilter.hxx
56 HEADERS += SALOME_DataMapOfIOMapOfInteger.hxx
57 HEADERS += SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx
58 HEADERS += Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx
59 HEADERS += SALOME_Selection.h
60 HEADERS += SALOME_AISObject.ixx
61 HEADERS += SALOME_AISObject.jxx
62 HEADERS += SALOME_AISShape.ixx
63 HEADERS += SALOME_AISShape.jxx
64 HEADERS += SALOME_Filter.ixx
65 HEADERS += SALOME_Filter.jxx
66 HEADERS += SALOME_InteractiveObject.ixx
67 HEADERS += SALOME_InteractiveObject.jxx
68 HEADERS += SALOME_TypeFilter.ixx
69 HEADERS += SALOME_TypeFilter.jxx
70 HEADERS += SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx
71
72 SOURCES  = SALOME_InteractiveObject.cxx
73 SOURCES += SALOME_AISShape.cxx
74 SOURCES += SALOME_AISObject.cxx
75 SOURCES += SALOME_ListIO_0.cxx
76 SOURCES += SALOME_ListIteratorOfListIO_0.cxx
77 SOURCES += SALOME_ListNodeOfListIO_0.cxx
78 SOURCES += SALOME_Filter.cxx
79 SOURCES += SALOME_TypeFilter.cxx
80 SOURCES += SALOME_DataMapOfIOMapOfInteger_0.cxx
81 SOURCES += SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_0.cxx
82 SOURCES += SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger_0.cxx
83
84 includes.files = $$HEADERS
85 includes.path = ../../include
86
87 INSTALLS += includes