examples: fix build without OpenGL
Task-number: QTBUG-41200 Change-Id: I18df5a3c6f38d6b9a66b84a71777f1e4daa3ba3a Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
71df09b6cc
commit
892af51834
@ -8,7 +8,6 @@ SUBDIRS = \
|
||||
ipc \
|
||||
json \
|
||||
network \
|
||||
opengl \
|
||||
qpa \
|
||||
qtconcurrent \
|
||||
qtestlib \
|
||||
@ -19,6 +18,8 @@ SUBDIRS = \
|
||||
widgets \
|
||||
xml
|
||||
|
||||
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
||||
|
||||
aggregate.files = aggregate/examples.pro
|
||||
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
||||
readme.files = README
|
||||
|
Loading…
Reference in New Issue
Block a user