qt5base-lts/examples/examples.pro
Oswald Buddenhagen 573fbd84a4 fix build of examples subdir with -no-gui
the opengl feature is defined in the gui module.

Change-Id: Ibf63395729540092ca82ee4ffc4e2ff4971c2a29
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
2016-10-10 16:59:19 +00:00

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