summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/dummy/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/dummy/CMakeLists.txt')
-rw-r--r--src/plugins/renderers/dummy/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/renderers/dummy/CMakeLists.txt b/src/plugins/renderers/dummy/CMakeLists.txt
new file mode 100644
index 000000000..2e0fea2af
--- /dev/null
+++ b/src/plugins/renderers/dummy/CMakeLists.txt
@@ -0,0 +1,11 @@
+# Generated from dummy.pro.
+
+#####################################################################
+## dummy Binary:
+#####################################################################
+
+qt_add_executable(dummy
+ GUI
+ PUBLIC_LIBRARIES
+ Qt::Gui
+)