aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-07-19 14:33:14 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2019-08-06 13:38:55 +0000
commit82435af22634ce7fcd194ea56fc063a76bc66ec3 (patch)
treed1ea2756e3a7beb6bc12d76061fe5a7a842e5fed /src/CMakeLists.txt
parent108ba34909a12d5d2d02a8a9cb738aaf65ac8868 (diff)
Initial CMake conversion for QtQuickControls2
The CMake setup only covers everything under the src directory. Tests and examples will follow in separate patches. Change-Id: Ic4dbf6efa3128d0eea3af99117ba87690cb51077 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
index 00000000..6c0dd97b
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,5 @@
+# Generated from src.pro.
+
+add_subdirectory(quicktemplates2)
+add_subdirectory(quickcontrols2)
+add_subdirectory(imports)