Skip to content

Commit 27893e3

Browse files
committed
Raise qt version to LTS 5.15.2
1 parent f58d6ad commit 27893e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(kColorPicker LANGUAGES CXX VERSION 0.3.0)
33

4-
set(QT_MIN_VERSION "5.9.4")
4+
set(QT_MIN_VERSION 5.15.2)
55

66
set(CMAKE_CXX_STANDARD 17)
77
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)