You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
373 B
Prolog
20 lines
373 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
$$PWD/FITK_Kernel \
|
|
$$PWD/FITK_Interface \
|
|
$$PWD/FITK_Component \
|
|
# $$PWD/FITK_Test \
|
|
$$PWD/FlowApp \
|
|
$$PWD/GUIFrame \
|
|
$$PWD/GUIWidget \
|
|
$$PWD/GUIDialog \
|
|
$$PWD/GraphDataProvider \
|
|
$$PWD/OperatorsInterface \
|
|
$$PWD/OperatorsModel \
|
|
$$PWD/OperatorsGUI \
|
|
$$PWD/CFDStruct
|
|
|
|
|
|
CONFIG += ordered
|