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.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/quick/.prev_CMakeLists.txt b/src/quick/.prev_CMakeLists.txt
index 2774d1cb15..0faa2397ff 100644
--- a/src/quick/.prev_CMakeLists.txt
+++ b/src/quick/.prev_CMakeLists.txt
@@ -123,6 +123,7 @@ qt_add_module(Quick
scenegraph/coreapi/qsgrendernode.cpp scenegraph/coreapi/qsgrendernode.h scenegraph/coreapi/qsgrendernode_p.h
scenegraph/coreapi/qsgrhivisualizer.cpp scenegraph/coreapi/qsgrhivisualizer_p.h
scenegraph/coreapi/qsgtexture.cpp scenegraph/coreapi/qsgtexture.h scenegraph/coreapi/qsgtexture_p.h
+ scenegraph/coreapi/qsgtexture_platform.h
scenegraph/qsgadaptationlayer.cpp scenegraph/qsgadaptationlayer_p.h
scenegraph/qsgbasicglyphnode.cpp scenegraph/qsgbasicglyphnode_p.h
scenegraph/qsgbasicinternalimagenode.cpp scenegraph/qsgbasicinternalimagenode_p.h
@@ -398,6 +399,11 @@ qt_extend_target(Quick CONDITION QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR QT
util/qquickopenglutils.cpp util/qquickopenglutils.h
)
+qt_extend_target(Quick CONDITION IOS OR MACOS
+ SOURCES
+ scenegraph/coreapi/qsgtexture_mac.mm
+)
+
qt_extend_target(Quick CONDITION QT_FEATURE_thread
SOURCES
scenegraph/adaptations/software/qsgsoftwarethreadedrenderloop.cpp scenegraph/adaptations/software/qsgsoftwarethreadedrenderloop_p.h