Skip to content

Commit c104426

Browse files
committed
refactor!: drop qt5 support (see upstream)
1 parent ecea287 commit c104426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.25)
2-
project(saucer-desktop LANGUAGES CXX VERSION 4.0.2)
2+
project(saucer-desktop LANGUAGES CXX VERSION 4.1.0)
33

44
# --------------------------------------------------------------------------------------------------------
55
# Setup Library
@@ -54,7 +54,7 @@ target_sources(${PROJECT_NAME} PRIVATE
5454
# Setup Backends
5555
# --------------------------------------------------------------------------------------------------------
5656

57-
if (saucer_backend MATCHES "^Qt.$")
57+
if (saucer_backend STREQUAL "Qt")
5858
file(GLOB qt_sources
5959
"src/qt.*cpp"
6060
)

0 commit comments

Comments
 (0)