summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/CMakeLists.txt b/src/xml/CMakeLists.txt
index 0891467640..7ce740476c 100644
--- a/src/xml/CMakeLists.txt
+++ b/src/xml/CMakeLists.txt
@@ -21,7 +21,7 @@ add_qt_module(Xml
## Scopes:
#####################################################################
-extend_target(Xml CONDITION MSVC AND (TEST_architecture STREQUAL "i386")
+extend_target(Xml CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i386")
LINK_OPTIONS
"/BASE:0x61000000"
)