summaryrefslogtreecommitdiffstats
path: root/mkspecs/winrt-arm-msvc2015/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/winrt-arm-msvc2015/qmake.conf')
-rw-r--r--mkspecs/winrt-arm-msvc2015/qmake.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/mkspecs/winrt-arm-msvc2015/qmake.conf b/mkspecs/winrt-arm-msvc2015/qmake.conf
index b86958a084..44c91a5e80 100644
--- a/mkspecs/winrt-arm-msvc2015/qmake.conf
+++ b/mkspecs/winrt-arm-msvc2015/qmake.conf
@@ -14,16 +14,6 @@ QMAKE_LFLAGS += /MACHINE:ARM
QMAKE_LIBS += windowscodecs.lib WindowsApp.lib runtimeobject.lib kernel32.lib
-# Note that the order is important, ucrt(d) has to be first
-# Otherwise the linker might use malloc from a different library
-# but free_dbg() from the runtime, causing assert when deleting
-# items from different heaps
-CONFIG(debug, debug|release) {
- QMAKE_LIBS = ucrtd.lib $$QMAKE_LIBS
-} else {
- QMAKE_LIBS = ucrt.lib $$QMAKE_LIBS
-}
-
VCPROJ_ARCH = ARM
MSVC_VER = 14.0
WINSDK_VER = 10.0