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>
This commit is contained in:
parent
310bf3f57c
commit
573fbd84a4
@ -15,7 +15,7 @@ SUBDIRS = \
|
|||||||
widgets \
|
widgets \
|
||||||
xml
|
xml
|
||||||
|
|
||||||
qtConfig(opengl): SUBDIRS += opengl
|
qtHaveModule(gui):qtConfig(opengl): SUBDIRS += opengl
|
||||||
|
|
||||||
aggregate.files = aggregate/examples.pro
|
aggregate.files = aggregate/examples.pro
|
||||||
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
||||||
|
Loading…
Reference in New Issue
Block a user