summaryrefslogtreecommitdiffstats
path: root/tests/manual/qopenglwindow/multiwindow
diff options
context:
space:
mode:
authorSimon Hausmann <[email protected]>2018-10-24 15:20:27 +0200
committerTobias Hunger <[email protected]>2018-11-01 11:48:46 +0000
commite9c45bbdddd4df005bdaa5eea9740d351e6eaea2 (patch)
tree23765d4650f8f349d1f32e0fe4b1bc678cae7568 /tests/manual/qopenglwindow/multiwindow
parent345e6b0213b1273b698163064f80d33bc7ce64a9 (diff)
Begin port of qtbase to CMake
Done-by: Alexandru Croitor <[email protected]> Done-by: Frederik Gladhorn <[email protected]> Done-by: Kevin Funk <[email protected]> Done-by: Mikhail Svetkin <[email protected]> Done-by: Simon Hausmann <[email protected]> Done-by: Tobias Hunger <[email protected]> Done-by: Tor Arne Vestbø <[email protected]> Done-by: Volker Krause <[email protected]> Change-Id: Ida4f8bd190f9a4849a1af7b5b7981337a5df5310 Reviewed-by: Simon Hausmann <[email protected]> Reviewed-by: Tobias Hunger <[email protected]> Reviewed-by: Mikhail Svetkin <[email protected]>
Diffstat (limited to 'tests/manual/qopenglwindow/multiwindow')
-rw-r--r--tests/manual/qopenglwindow/multiwindow/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manual/qopenglwindow/multiwindow/CMakeLists.txt b/tests/manual/qopenglwindow/multiwindow/CMakeLists.txt
new file mode 100644
index 00000000000..96e57b502cc
--- /dev/null
+++ b/tests/manual/qopenglwindow/multiwindow/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_qt_test(multiwindow SOURCES
+ main.cpp
+)