Skip to content

Commit e66f3c6

Browse files
author
Bernhard Stöcker
committed
Update Qt 6.8
1 parent b66b615 commit e66f3c6

11 files changed

+84
-200
lines changed

.cmake.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(QT_REPO_MODULE_VERSION "6.6.2")
1+
set(QT_REPO_MODULE_VERSION "6.8.0")

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: BSD-3-Clause
33

44
cmake_minimum_required(VERSION 3.16)
5-
if (NOT CMAKE_PROJECT_NAME STREQUAL "QtBase" AND NOT CMAKE_PROJECT_NAME STREQUAL "Qt")
5+
if(NOT PROJECT_NAME STREQUAL "QtBase" AND NOT PROJECT_NAME STREQUAL "Qt")
66
include(.cmake.conf)
77
# Store initial build type (if any is specified) to be read by
88
# qt_internal_set_cmake_build_type().

CTestTestfile.cmake

-9
This file was deleted.

config.summary

-11
This file was deleted.

install_manifest.txt

-24
This file was deleted.

mysql/CTestTestfile.cmake

-6
This file was deleted.

mysql/cmake_install.cmake

-105
This file was deleted.

0 commit comments

Comments
 (0)