Do not prevent usage of qsnprintf

We build Qbs as a submodule and that is not ported yet.

Amends 640c132c31

Change-Id: I92cf6dee47a8281ea9dd5778ba9f787b2199f1f3
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Eike Ziller
2024-08-28 09:24:43 +02:00
parent d96ee90162
commit d2eac253a8

View File

@@ -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}