summaryrefslogtreecommitdiffstats
path: root/tests/manual/paintedtexture-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/paintedtexture-cpp')
-rw-r--r--tests/manual/paintedtexture-cpp/CMakeLists.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/manual/paintedtexture-cpp/CMakeLists.txt b/tests/manual/paintedtexture-cpp/CMakeLists.txt
new file mode 100644
index 000000000..85c29d2c2
--- /dev/null
+++ b/tests/manual/paintedtexture-cpp/CMakeLists.txt
@@ -0,0 +1,22 @@
+# Generated from paintedtexture-cpp.pro.
+
+#####################################################################
+## paintedtexture-cpp Binary:
+#####################################################################
+
+qt_add_manual_test(paintedtexture-cpp
+ GUI
+ SOURCES
+ main.cpp
+ scene.cpp scene.h
+ PUBLIC_LIBRARIES
+ Qt::3DCore
+ Qt::3DExtras
+ Qt::3DInput
+ Qt::3DRender
+ Qt::Gui
+ Qt::Widgets
+)
+
+## Scopes:
+#####################################################################