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 --- CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..e5ed902d --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,11 @@ +cmake_minimum_required(VERSION 3.15.0) + +project(QtQuickControls2 + VERSION 6.0.0 + DESCRIPTION "Qt QuickControls2 Libraries" + HOMEPAGE_URL "https://qt.io/" + LANGUAGES CXX C +) + +find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core Gui Widgets Network Qml Quick QmlTools) +qt_build_repo() -- cgit v1.2.3