Fix compilation of windowcontainer example
Compilation was failing when compiling with -no-opengl Task-number: QTBUG-32712 Change-Id: I7c3f7c6be542aa79afa20d8563565fd477cc053c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
79570157e3
commit
61edb80378
@ -19,8 +19,11 @@ SUBDIRS = \
|
||||
statemachine \
|
||||
tools \
|
||||
tutorials \
|
||||
widgets \
|
||||
windowcontainer
|
||||
widgets
|
||||
|
||||
contains(QT_CONFIG, opengl(es1|es2)?) {
|
||||
SUBDIRS += windowcontainer
|
||||
}
|
||||
|
||||
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
||||
contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= draganddrop
|
||||
|
Loading…
x
Reference in New Issue
Block a user