21 lines
367 B
Prolog
21 lines
367 B
Prolog
TEMPLATE = subdirs
|
|
|
|
TARGET = musredit
|
|
|
|
SUBDIRS = \
|
|
musrStep \
|
|
musrWiz \
|
|
musredit
|
|
|
|
# where to find the sub-projects - give the folders
|
|
musrStep.subdir = musrStep
|
|
musrWiz.subdir = musrWiz
|
|
musredit.subdir = musredit
|
|
|
|
# what sub-project depends on others
|
|
musredit.depends = musrStep musrWiz
|
|
|
|
# build the project sequentially as listed in SUBDIRS !
|
|
CONFIG += ordered
|
|
|