summaryrefslogtreecommitdiffstats
path: root/mkspecs/winphone-arm-msvc2013/qmake.conf
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@theqtcompany.com>2015-09-09 14:46:34 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-09-13 22:03:11 +0000
commit6774157d8b734537895cf05e4cba62647431445c (patch)
treebb54d17e9f8c4e56b8dd574848a29c44e8f7ea78 /mkspecs/winphone-arm-msvc2013/qmake.conf
parent95f0fab9f8f9454ce1184410f1ac2b7a6c0a65e1 (diff)
WinRT: Deployqt version/copyright information to dlls
If no_generated_target_info is not set, VERSION is set, and there is no .rc file that belongs to the project, qmake creates a .rc file that contains information about the target's version and copyright, for example. This resource handling is also supported by WinRT and we can add this information to the target. On Windows Phone, winresrc.h (which is needed for resource handling) is not available though. When trying to add a .rc file to a project in Visual Studio, it also complains about winres.h not being available. Instead of hacking around the issue, we just should not support this behavior on Windows Phone. Change-Id: Ie962bfa790916fed23294110062e3572a0e317f9 Reviewed-by: Andrew Knight <andrew.knight@intopalo.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'mkspecs/winphone-arm-msvc2013/qmake.conf')
-rw-r--r--mkspecs/winphone-arm-msvc2013/qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/winphone-arm-msvc2013/qmake.conf b/mkspecs/winphone-arm-msvc2013/qmake.conf
index e848d254d4..ca2cc50e84 100644
--- a/mkspecs/winphone-arm-msvc2013/qmake.conf
+++ b/mkspecs/winphone-arm-msvc2013/qmake.conf
@@ -8,6 +8,7 @@ include(../common/winrt_winphone/qmake.conf)
QMAKE_COMPILER_DEFINES += _MSC_VER=1800
QMAKE_PLATFORM = winphone $$QMAKE_PLATFORM
DEFINES += WINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP ARM __ARM__ __ARM__
+CONFIG += no_generated_target_info
QMAKE_CFLAGS += -FS
QMAKE_CXXFLAGS += -FS