From bb906cecec40b7de6a39d97f7c07a883de40195d Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Mon, 8 Jun 2020 13:01:04 +0200 Subject: Remove QQuickGenericShaderEffect Keep it as an internal class for now, with the name QQuickShaderEffectImpl, and move it to qquickshadereffect.cpp. In the long term, we want to get rid of the extra QObject, but that requires careful untangling of the connections and the timing of cleanup at destruction. Task-number: QTBUG-83977 Change-Id: I6513bd0d8fc8522a15049b70ab43fc222088e7d0 Reviewed-by: Laszlo Agocs --- src/quick/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/quick/CMakeLists.txt') diff --git a/src/quick/CMakeLists.txt b/src/quick/CMakeLists.txt index c1362e5bb6..f045a5f05d 100644 --- a/src/quick/CMakeLists.txt +++ b/src/quick/CMakeLists.txt @@ -495,7 +495,6 @@ qt_extend_target(Quick CONDITION QT_FEATURE_quick_repeater qt_extend_target(Quick CONDITION QT_FEATURE_quick_shadereffect SOURCES - items/qquickgenericshadereffect.cpp items/qquickgenericshadereffect_p.h items/qquickshadereffect.cpp items/qquickshadereffect_p.h items/qquickshadereffectmesh.cpp items/qquickshadereffectmesh_p.h items/qquickshadereffectsource.cpp items/qquickshadereffectsource_p.h -- cgit v1.2.3