forked from qt-creator/qt-creator
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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user