From 82435af22634ce7fcd194ea56fc063a76bc66ec3 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Fri, 19 Jul 2019 14:33:14 +0200 Subject: 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 --- src/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') 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) -- cgit v1.2.3