summaryrefslogtreecommitdiffstats
path: root/mkspecs/winrt-x86-msvc2013/qmake.conf
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-msvc2013/qmake.conf
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-msvc2013/qmake.conf')
-rw-r--r--mkspecs/winrt-x86-msvc2013/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/winrt-x86-msvc2013/qmake.conf b/mkspecs/winrt-x86-msvc2013/qmake.conf
index 40fd339b5b..77083e9cbc 100644
--- a/mkspecs/winrt-x86-msvc2013/qmake.conf
+++ b/mkspecs/winrt-x86-msvc2013/qmake.conf
@@ -10,7 +10,7 @@ DEFINES += WINAPI_FAMILY=WINAPI_FAMILY_APP X86 __X86__ __x86__
QMAKE_CFLAGS += -FS
QMAKE_CXXFLAGS += -FS
-QMAKE_LFLAGS += /MACHINE:X86
+QMAKE_LFLAGS += /SAFESEH /MACHINE:X86
QMAKE_LIBS += windowscodecs.lib kernel32.lib ole32.lib