paysages3d/src/paysages.pro

22 lines
397 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
2013-10-20 12:34:55 +00:00
CONFIG += ordered
2013-10-20 12:34:55 +00:00
SUBDIRS = \
system \
basics \
definition \
2013-10-20 12:34:55 +00:00
rendering \
exploring \
editing \
controlling
unix:SUBDIRS += testing
2013-10-20 12:34:55 +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
unix:testing.depends = rendering