573fbd84a4
the opengl feature is defined in the gui module. Change-Id: Ibf63395729540092ca82ee4ffc4e2ff4971c2a29 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
25 lines
441 B
Prolog
25 lines
441 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
corelib \
|
|
dbus \
|
|
embedded \
|
|
gui \
|
|
network \
|
|
qpa \
|
|
qtconcurrent \
|
|
qtestlib \
|
|
sql \
|
|
touch \
|
|
widgets \
|
|
xml
|
|
|
|
qtHaveModule(gui):qtConfig(opengl): SUBDIRS += opengl
|
|
|
|
aggregate.files = aggregate/examples.pro
|
|
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
|
readme.files = README
|
|
readme.path = $$[QT_INSTALL_EXAMPLES]
|
|
INSTALLS += aggregate readme
|