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-11-09 17:46:34 +00:00
|
|
|
render/software \
|
2013-11-12 20:34:35 +00:00
|
|
|
render/preview \
|
2013-11-05 10:45:26 +00:00
|
|
|
render/opengl \
|
2013-11-14 17:47:03 +00:00
|
|
|
interface/commandline \
|
2013-11-14 20:46:47 +00:00
|
|
|
interface/desktop \
|
2014-08-27 11:55:51 +00:00
|
|
|
interface/quick
|
2014-08-25 19:05:33 +00:00
|
|
|
|
|
|
|
exists( tests/googletest/sources/src/gtest-all.cc ) {
|
|
|
|
SUBDIRS += \
|
|
|
|
tests/googletest \
|
|
|
|
tests
|
|
|
|
}
|