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 \
|
ipc \
|
||||||
json \
|
json \
|
||||||
network \
|
network \
|
||||||
opengl \
|
|
||||||
qpa \
|
qpa \
|
||||||
qtconcurrent \
|
qtconcurrent \
|
||||||
qtestlib \
|
qtestlib \
|
||||||
@ -19,6 +18,8 @@ SUBDIRS = \
|
|||||||
widgets \
|
widgets \
|
||||||
xml
|
xml
|
||||||
|
|
||||||
|
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
||||||
|
|
||||||
aggregate.files = aggregate/examples.pro
|
aggregate.files = aggregate/examples.pro
|
||||||
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
||||||
readme.files = README
|
readme.files = README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user