-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFrameApp.pro
More file actions
25 lines (22 loc) · 928 Bytes
/
Copy pathFrameApp.pro
File metadata and controls
25 lines (22 loc) · 928 Bytes
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
TEMPLATE = subdirs
SUBDIRS += \
$$PWD/FITK_Kernel \
$$PWD/DataCenter \
$$PWD/Workbench \
$$PWD/Graphics \
$$PWD/GUIFrame \
$$PWD/GUIWidget \
$$PWD/Operators \
$$PWD/OperatorsInterface \
$$PWD/TypeFileChecker \
$$PWD/UpdateOnline \
#CONFIG += ordered
FITK_Kernel/FITKCore.depends =
FITK_Kernel/FITKAppFramework.depends = FITK_Kernel/FITKCore
DataCenter.depends = FITK_Kernel/FITKCore
UpdateOnline.depends = FITK_Kernel/FITKCore
OperatorsInterface.depends = FITK_Kernel/FITKCore
Graphics.depends = FITK_Kernel/FITKCore FITK_Kernel/FITKAppFramework DataCenter
Operators.depends = FITK_Kernel/FITKCore FITK_Kernel/FITKAppFramework OperatorsInterface DataCenter GUIFrame Graphics
GUIFrame.depends = FITK_Kernel/FITKCore FITK_Kernel/FITKAppFramework OperatorsInterface DataCenter Graphics
FrameAPP.depends = FITK_Kernel/FITKCore FITK_Kernel/FITKAppFramework GUIFrame DataCenter Operators