summaryrefslogtreecommitdiffstats
path: root/tests/manual/qcursor/childwindow/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qcursor/childwindow/CMakeLists.txt')
-rw-r--r--tests/manual/qcursor/childwindow/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/qcursor/childwindow/CMakeLists.txt b/tests/manual/qcursor/childwindow/CMakeLists.txt
new file mode 100644
index 0000000000..1f1001350b
--- /dev/null
+++ b/tests/manual/qcursor/childwindow/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_qt_test(childwindow SOURCES
+ main.cpp
+ INCLUDE_DIRECTORIES
+ .
+)