-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmafWithTest.pro
26 lines (26 loc) · 915 Bytes
/
mafWithTest.pro
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
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += mafCore
SUBDIRS += mafQA
SUBDIRS += mafCore/mafCoreTest
SUBDIRS += mafQA/mafQATest
SUBDIRS += mafEventBus
SUBDIRS += mafEventBus/mafEventBusTest
SUBDIRS += mafResources
SUBDIRS += mafResources/mafPluginTest
SUBDIRS += mafResources/mafResourcesTest
SUBDIRS += mafSerialization
SUBDIRS += mafSerialization/mafSerializationTest
SUBDIRS += mafTimeSpace
SUBDIRS += mafTimeSpace/mafTimeSpaceTest
SUBDIRS += mafPluginVTK
SUBDIRS += mafPluginVTK/mafPluginVTKTest
#SUBDIRS += mafPluginsIrrlicht mafPluginsIrrlicht/mafPluginsIrrlichtTest
SUBDIRS += mafApplicationLogic
SUBDIRS += mafApplicationLogic/mafApplicationLogicTest
SUBDIRS += mafGUI
SUBDIRS += mafGUI/mafGUITest
SUBDIRS += Examples/qaCheck/qaCheck.pro
SUBDIRS += Examples/RemoteCommunicationXMLRPC/clientXMLRPC
SUBDIRS += Examples/RemoteCommunicationXMLRPC/serverXMLRPC
SUBDIRS += Examples/SimpleApp/SimpleApp