aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/.prev_CMakeLists.txt')
-rw-r--r--src/quick/.prev_CMakeLists.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/quick/.prev_CMakeLists.txt b/src/quick/.prev_CMakeLists.txt
index fa968dbe9d..2774d1cb15 100644
--- a/src/quick/.prev_CMakeLists.txt
+++ b/src/quick/.prev_CMakeLists.txt
@@ -392,6 +392,12 @@ qt_extend_target(Quick CONDITION QT_FEATURE_quick_path
util/qquickpathinterpolator.cpp util/qquickpathinterpolator_p.h
)
+qt_extend_target(Quick CONDITION QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR QT_FEATURE_opengles3
+ SOURCES
+ items/qquickframebufferobject.cpp items/qquickframebufferobject.h
+ util/qquickopenglutils.cpp util/qquickopenglutils.h
+)
+
qt_extend_target(Quick CONDITION QT_FEATURE_thread
SOURCES
scenegraph/adaptations/software/qsgsoftwarethreadedrenderloop.cpp scenegraph/adaptations/software/qsgsoftwarethreadedrenderloop_p.h
@@ -481,11 +487,6 @@ qt_extend_target(Quick CONDITION QT_FEATURE_quick_shadereffect
items/qquickshadereffectsource.cpp items/qquickshadereffectsource_p.h
)
-qt_extend_target(Quick CONDITION QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR QT_FEATURE_opengles3
- SOURCES
- items/qquickframebufferobject.cpp items/qquickframebufferobject.h
-)
-
qt_extend_target(Quick CONDITION QT_FEATURE_quick_canvas
SOURCES
items/context2d/qquickcanvascontext.cpp items/context2d/qquickcanvascontext_p.h