paysages3d/src/paysages.pro

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