summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/effects/qgraphicseffect
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/effects/qgraphicseffect')
-rw-r--r--tests/auto/widgets/effects/qgraphicseffect/CMakeLists.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/tests/auto/widgets/effects/qgraphicseffect/CMakeLists.txt b/tests/auto/widgets/effects/qgraphicseffect/CMakeLists.txt
index e3388bba73..b6cd4fa934 100644
--- a/tests/auto/widgets/effects/qgraphicseffect/CMakeLists.txt
+++ b/tests/auto/widgets/effects/qgraphicseffect/CMakeLists.txt
@@ -1,6 +1,17 @@
-add_qt_test("tst_qgraphicseffect" SOURCES tst_qgraphicseffect.cpp
+# Generated from qgraphicseffect.pro.
+
+#####################################################################
+## tst_qgraphicseffect Test:
+#####################################################################
+
+add_qt_test(tst_qgraphicseffect
+ SOURCES
+ tst_qgraphicseffect.cpp
LIBRARIES
- Qt::WidgetsPrivate
Qt::CorePrivate
Qt::GuiPrivate
+ Qt::WidgetsPrivate
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
)