summaryrefslogtreecommitdiffstats
path: root/mkspecs/winrt-x86-msvc2012
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@digia.com>2013-12-16 13:22:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-20 11:23:14 +0100
commite35c2c57cffd9e69ba69193e5cf345fba3447fee (patch)
tree62343ad6e9adeed1569e343ec4d426e208a7b7d9 /mkspecs/winrt-x86-msvc2012
parentc4e56250eb16168a2f94b4cb824742439a336641 (diff)
apply WinRT store certification linker flags
Those flags are required to pass the Windows Store App Certification process. Otherwise apps are not allowed to be published. The SAFESEH option is only required for x86. According to documentation APPCONTAINER only talks about the executable, but when running through the certification, the Qt modules are reported to be errornous as well. Change-Id: I5450687dcd5bc537149e331332e253c4617df55d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com> Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Diffstat (limited to 'mkspecs/winrt-x86-msvc2012')
-rw-r--r--mkspecs/winrt-x86-msvc2012/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/winrt-x86-msvc2012/qmake.conf b/mkspecs/winrt-x86-msvc2012/qmake.conf
index b0d9017ebb..9186ff2eb1 100644
--- a/mkspecs/winrt-x86-msvc2012/qmake.conf
+++ b/mkspecs/winrt-x86-msvc2012/qmake.conf
@@ -8,7 +8,7 @@ include(../common/winrt_winphone/qmake.conf)
QMAKE_COMPILER_DEFINES += _MSC_VER=1700
DEFINES += WINAPI_FAMILY=WINAPI_FAMILY_APP X86 __X86__ __x86__
-QMAKE_LFLAGS += /MACHINE:X86
+QMAKE_LFLAGS += /SAFESEH /MACHINE:X86
QMAKE_LIBS += windowscodecs.lib kernel32.lib ole32.lib