aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/windows-msvc.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-10-31 09:42:56 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-10-31 11:42:54 +0100
commit4c534ccd5952f60aa172bfd588fd58e35cb65da9 (patch)
treeef48b421dbfd3e04675dd1a55a6ee6916d549d94 /share/qbs/modules/cpp/windows-msvc.qbs
parente2e29f4919cd8e9d8c4d8c368e01d13cc6df4bb7 (diff)
remove architecture fallback from msvc cpp module
We're acting on the assumption that qbs.architecture is set. Change-Id: I2aaa9e2fa87041fd0025d62ce459f958b7890f74 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'share/qbs/modules/cpp/windows-msvc.qbs')
-rw-r--r--share/qbs/modules/cpp/windows-msvc.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/windows-msvc.qbs b/share/qbs/modules/cpp/windows-msvc.qbs
index 079795558..d3fd7c2a5 100644
--- a/share/qbs/modules/cpp/windows-msvc.qbs
+++ b/share/qbs/modules/cpp/windows-msvc.qbs
@@ -21,7 +21,7 @@ CppModule {
property bool generateManifestFiles: true
property path toolchainInstallPath
property path windowsSDKPath
- architecture: qbs.architecture || "x86" // ### remove in 1.2
+ architecture: qbs.architecture
staticLibraryPrefix: ""
dynamicLibraryPrefix: ""
executablePrefix: ""