From 57d1dffdbd453af572d1460495edd81427bc2b04 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 15 Dec 2021 15:20:04 +0100 Subject: Update to SingleApplication 3.3.2 proper --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e805621..57dec461 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -509,7 +509,7 @@ endif() # single instance functionality set(QAPPLICATION_CLASS QApplication CACHE STRING "Inheritance class for SingleApplication") -add_subdirectory(third_party/SingleApplication-3.3.0/) +add_subdirectory(third_party/SingleApplication-3.3.2/) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) -- cgit 1.4.1