Fix Microprofile in MinGW (#2530)
This commit is contained in:
committed by
Yuri Kunde Schlesner
parent
79626b864f
commit
1f6e415640
@@ -72,8 +72,6 @@ if (NOT MSVC)
|
||||
|
||||
if (MINGW)
|
||||
add_definitions(-DMINGW_HAS_SECURE_API)
|
||||
# Microprofile causes crashes when launching titles on MinGW
|
||||
add_definitions(-DMICROPROFILE_ENABLED=0)
|
||||
|
||||
if (MINGW_STATIC_BUILD)
|
||||
add_definitions(-DQT_STATICPLUGIN)
|
||||
|
||||
Reference in New Issue
Block a user