CMake: switch version to 6.0.0

Change-Id: I633338f4d75f48213019b3b88fe1b6402c6005fd
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Frederik Gladhorn 2019-06-17 16:03:22 +02:00
parent 188e44aa42
commit ae47deba4c
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.14.0)
project(QtDeclarative
VERSION 5.14.0
VERSION 6.0.0
DESCRIPTION "Qt Declarative Libraries"
HOMEPAGE_URL "https://qt.io/"
LANGUAGES CXX C
)
find_package(Qt5 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core Gui Widgets Network)
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core Gui Widgets Network)
qt_build_repo()