From 9a7af3949a9839ff9047d7923f68e8d98d960b02 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 1 Mar 2019 15:16:07 +0100 Subject: CMake: Re-generate CMakeLists.txt file for xml Change-Id: I6d2570b5b98defc241acf653847b4c433432290f Reviewed-by: Albert Astals Cid --- src/xml/CMakeLists.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/xml') diff --git a/src/xml/CMakeLists.txt b/src/xml/CMakeLists.txt index ae045ae76e..0891467640 100644 --- a/src/xml/CMakeLists.txt +++ b/src/xml/CMakeLists.txt @@ -1,7 +1,7 @@ # Generated from xml.pro. ##################################################################### -## QtXml Module: +## Xml Module: ##################################################################### add_qt_module(Xml @@ -14,17 +14,16 @@ add_qt_module(Xml QT_NO_FOREACH LIBRARIES Qt::CorePrivate - PUBLIC_LIBRARIES - Qt::Core + # PRECOMPILED_HEADER = + # _LOADED = "qt_module" ) ## Scopes: ##################################################################### -### FIXME -# extend_target(Xml CONDITION (MSVC) AND (TEST_architecture_arch STREQUAL i386)) -# SOURCES -# ### FIXME: QMAKE_LFLAGS += /BASE:0x61000000 -# ) +extend_target(Xml CONDITION MSVC AND (TEST_architecture STREQUAL "i386") + LINK_OPTIONS + "/BASE:0x61000000" +) add_qt_docs(./doc/qtxml.qdocconf) -- cgit v1.2.3