2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-05-07 11:54:52 +00:00
|
|
|
CONFIG += no_docs_target
|
|
|
|
|
2012-12-21 13:14:40 +00:00
|
|
|
SUBDIRS = \
|
2014-10-15 11:50:27 +00:00
|
|
|
corelib \
|
2012-12-21 13:14:40 +00:00
|
|
|
dbus \
|
|
|
|
embedded \
|
|
|
|
gui \
|
|
|
|
network \
|
|
|
|
qpa \
|
|
|
|
qtconcurrent \
|
|
|
|
qtestlib \
|
|
|
|
sql \
|
|
|
|
touch \
|
|
|
|
widgets \
|
|
|
|
xml
|
2012-12-10 18:29:33 +00:00
|
|
|
|
2014-09-09 08:32:34 +00:00
|
|
|
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
|
|
|
|
2012-12-10 18:29:33 +00:00
|
|
|
aggregate.files = aggregate/examples.pro
|
|
|
|
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
|
|
|
readme.files = README
|
|
|
|
readme.path = $$[QT_INSTALL_EXAMPLES]
|
|
|
|
INSTALLS += aggregate readme
|