summaryrefslogtreecommitdiff
path: root/qt5/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2013-06-17 00:01:27 +0200
committerAlbert Astals Cid <aacid@kde.org>2013-06-17 00:01:27 +0200
commit16e7033f18a8da8e27aaed6f63cce156abf8837a (patch)
tree02bde791a1c7dcdfe60d8960b2c9508206dcc7dd /qt5/CMakeLists.txt
parent714ee1e61d853394818dca7155b1b882408ffc6a (diff)
Initial Qt5 port
Diffstat (limited to 'qt5/CMakeLists.txt')
-rw-r--r--qt5/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt5/CMakeLists.txt b/qt5/CMakeLists.txt
new file mode 100644
index 00000000..a364abf1
--- /dev/null
+++ b/qt5/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_subdirectory(src)
+add_subdirectory(tests)
+add_subdirectory(demos)