Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/gui.git] / src / SUIT / SUIT.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 = suit
24 DESTDIR = ../../lib
25 MOC_DIR = ../../moc
26 OBJECTS_DIR = ../../obj/$$TARGET
27
28 INCLUDEPATH += ../../include ../Qtx
29 LIBS += -L../../lib -lqtx
30
31 CONFIG -= debug release debug_and_release
32 CONFIG += qt thread debug dll shared
33
34 win32:DEFINES += WIN32
35 DEFINES += SUIT_EXPORTS
36
37 HEADERS  = SUIT.h
38 HEADERS += SUIT_Accel.h
39 HEADERS += SUIT_ActionOperation.h
40 HEADERS += SUIT_Application.h
41 HEADERS += SUIT_DataObject.h
42 HEADERS += SUIT_DataObjectIterator.h
43 HEADERS += SUIT_DataObjectKey.h
44 HEADERS += SUIT_DataOwner.h
45 HEADERS += SUIT_Desktop.h
46 HEADERS += SUIT_ExceptionHandler.h
47 HEADERS += SUIT_FileDlg.h
48 HEADERS += SUIT_FileValidator.h
49 HEADERS += SUIT_LicenseDlg.h
50 HEADERS += SUIT_MessageBox.h
51 HEADERS += SUIT_Operation.h
52 HEADERS += SUIT_OverrideCursor.h
53 HEADERS += SUIT_PopupClient.h
54 HEADERS += SUIT_ResourceMgr.h
55 HEADERS += SUIT_SelectionFilter.h
56 HEADERS += SUIT_SelectionMgr.h
57 HEADERS += SUIT_Selector.h
58 HEADERS += SUIT_Session.h
59 HEADERS += SUIT_SmartPtr.h
60 HEADERS += SUIT_Study.h
61 HEADERS += SUIT_Tools.h
62 HEADERS += SUIT_TreeSync.h
63 HEADERS += SUIT_ViewManager.h
64 HEADERS += SUIT_ViewModel.h
65 HEADERS += SUIT_ViewWindow.h
66
67 SOURCES  = SUIT_Accel.cxx
68 SOURCES += SUIT_ActionOperation.cxx
69 SOURCES += SUIT_Application.cxx
70 SOURCES += SUIT_DataObject.cxx
71 SOURCES += SUIT_DataObjectIterator.cxx
72 SOURCES += SUIT_DataObjectKey.cxx
73 SOURCES += SUIT_DataOwner.cxx
74 SOURCES += SUIT_Desktop.cxx
75 SOURCES += SUIT_ExceptionHandler.cxx
76 SOURCES += SUIT_FileDlg.cxx
77 SOURCES += SUIT_FileValidator.cxx
78 SOURCES += SUIT_LicenseDlg.cxx
79 SOURCES += SUIT_MessageBox.cxx
80 SOURCES += SUIT_Operation.cxx
81 SOURCES += SUIT_OverrideCursor.cxx
82 SOURCES += SUIT_PopupClient.cxx
83 SOURCES += SUIT_ResourceMgr.cxx
84 SOURCES += SUIT_SelectionFilter.cxx
85 SOURCES += SUIT_SelectionMgr.cxx
86 SOURCES += SUIT_Selector.cxx
87 SOURCES += SUIT_Session.cxx
88 SOURCES += SUIT_Study.cxx
89 SOURCES += SUIT_Tools.cxx
90 SOURCES += SUIT_ViewManager.cxx
91 SOURCES += SUIT_ViewModel.cxx
92 SOURCES += SUIT_ViewWindow.cxx
93
94 TRANSLATIONS = resources/SUIT_images.ts \
95                resources/SUIT_msg_en.ts
96
97 ICONS   = resources/*.png
98
99 includes.files = $$HEADERS
100 includes.path = ../../include
101
102 resources.files = $$ICONS resources/*.qm
103 resources.path = ../../resources
104
105 INSTALLS += includes resources