Skip to content

Commit 2dee8a8

Browse files
committed
refactor!: drop qt5 support (see upstream)
1 parent a40a48a commit 2dee8a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-loop LANGUAGES CXX VERSION 2.0.0)
2+
project(saucer-loop LANGUAGES CXX VERSION 2.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
"src/noop.*cpp"

0 commit comments

Comments
 (0)