From d2eac253a8b740ae1147b10d31a8f9e968392e22 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 28 Aug 2024 09:24:43 +0200 Subject: [PATCH] Do not prevent usage of qsnprintf We build Qbs as a submodule and that is not ported yet. Amends 640c132c31335b196f6d522d9b4f3811046d9c5b Change-Id: I92cf6dee47a8281ea9dd5778ba9f787b2199f1f3 Reviewed-by: Christian Kandeler --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 635c5c9fdd7..62487d77a7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,8 +71,6 @@ if(MSVC) add_compile_options(/wd4573) endif() -add_definitions(-DQT_NO_QSNPRINTF) - find_package(Qt6 ${IDE_QT_VERSION_MIN} COMPONENTS Concurrent Core Gui Network PrintSupport Qml Sql Widgets Xml Core5Compat ${QT_TEST_COMPONENT}