2013-10-06 21:04:04 +00:00
|
|
|
TEMPLATE = subdirs
|
2013-10-20 12:34:55 +00:00
|
|
|
CONFIG += ordered
|
2013-10-06 21:04:04 +00:00
|
|
|
|
2013-10-20 12:34:55 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
system \
|
2013-10-30 11:46:18 +00:00
|
|
|
basics \
|
|
|
|
definition \
|
2013-10-20 12:34:55 +00:00
|
|
|
rendering \
|
|
|
|
exploring \
|
|
|
|
editing \
|
2013-10-30 11:46:18 +00:00
|
|
|
controlling
|
2013-10-20 14:47:59 +00:00
|
|
|
|
2013-11-03 12:00:31 +00:00
|
|
|
#unix:SUBDIRS += testing tests
|
2013-10-20 12:34:55 +00:00
|
|
|
|
2013-10-30 11:46:18 +00:00
|
|
|
basics.depends = system
|
|
|
|
definition.depends = basics
|
|
|
|
rendering.depends = definition
|
2013-10-20 12:34:55 +00:00
|
|
|
exploring.depends = rendering
|
|
|
|
editing.depends = exploring rendering
|
|
|
|
controlling.depends = rendering
|
2013-11-03 12:00:31 +00:00
|
|
|
#unix:testing.depends = rendering
|
2013-10-31 21:53:22 +00:00
|
|
|
unix:tests.depends = rendering
|