Commit ac9f1332 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by The Qt Project
Browse files

nest quickwidgets into the opengl conditional


the qtHaveModule(quick) could have of course not worked at this point.

Task-number: QTBUG-38202
Change-Id: Id0270d445b9b82731209d69a9dc1950c03c26781
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
parent 37ab32ca
No related merge requests found
Showing with 2 additions and 2 deletions
......@@ -8,6 +8,8 @@ qtHaveModule(gui):contains(QT_CONFIG, opengl(es1|es2)?) {
quick \
qmltest \
particles
qtHaveModule(widgets): SUBDIRS += quickwidgets
}
SUBDIRS += \
......@@ -15,6 +17,4 @@ SUBDIRS += \
imports \
qmldevtools
qtHaveModule(quick):qtHaveModule(widgets): SUBDIRS += quickwidgets
qmldevtools.CONFIG = host_build
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment