Salome HOME
565af1498a800b57e06fcfabd4e29ca0996bf5d4
[modules/gui.git] / src / CAM / CAM.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 = CAM
24 DESTDIR = ../../lib
25 MOC_DIR = ../../moc
26 OBJECTS_DIR = ../../obj/$$TARGET
27
28 INCLUDEPATH += ../../include ../Qtx ../SUIT ../STD
29 LIBS += -L../../lib -lqtx -lsuit -lstd
30
31 CONFIG -= debug release debug_and_release
32 CONFIG += qt thread debug dll shared
33
34 win32:DEFINES += WIN32
35 DEFINES += CAM_EXPORTS
36
37 HEADERS  = CAM.h
38 HEADERS += CAM_Application.h
39 HEADERS += CAM_DataModel.h
40 HEADERS += CAM_DataObject.h
41 HEADERS += CAM_Module.h
42 HEADERS += CAM_Study.h
43
44 SOURCES  = CAM_Application.cxx
45 SOURCES += CAM_DataModel.cxx
46 SOURCES += CAM_DataObject.cxx
47 SOURCES += CAM_Module.cxx
48 SOURCES += CAM_Study.cxx
49
50 TRANSLATIONS = resources/CAM_images.ts \
51                resources/CAM_msg_en.ts
52
53 ICONS   = resources/*.png
54
55 includes.files = $$HEADERS
56 includes.path = ../../include
57
58 resources.files = $$ICONS resources/*.qm resources/*.xml resources/*.ini
59 resources.path = ../../resources
60
61 INSTALLS += includes resources