From 0fb799a0d773f311434598c320dbfe258258454b Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 1 Mar 2019 15:23:07 +0100 Subject: [PATCH] CMake: Re-generate CMakeLists.txt file for uic Change-Id: I9411b727b199d35709cf0fef37d3a442982cc3da Reviewed-by: Albert Astals Cid --- src/tools/uic/CMakeLists.txt | 48 +++++++++++++++++++++++++++--------- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/src/tools/uic/CMakeLists.txt b/src/tools/uic/CMakeLists.txt index 0c40af3540..46826b7d52 100644 --- a/src/tools/uic/CMakeLists.txt +++ b/src/tools/uic/CMakeLists.txt @@ -1,16 +1,40 @@ +# Generated from uic.pro. + +##################################################################### +## uic Tool: +##################################################################### + add_qt_tool(uic SOURCES - cpp/cppwritedeclaration.cpp - cpp/cppwriteincludes.cpp - cpp/cppwriteinitialization.cpp - customwidgetsinfo.cpp - databaseinfo.cpp - driver.cpp + cpp/cppwritedeclaration.cpp cpp/cppwritedeclaration.h + cpp/cppwriteincludes.cpp cpp/cppwriteincludes.h + cpp/cppwriteinitialization.cpp cpp/cppwriteinitialization.h + customwidgetsinfo.cpp customwidgetsinfo.h + databaseinfo.cpp databaseinfo.h + driver.cpp driver.h + globaldefs.h main.cpp - treewalker.cpp - ui4.cpp - uic.cpp - validator.cpp - INCLUDE_DIRECTORIES cpp - DEFINES QT_UIC QT_UIC_CPP_GENERATOR + option.h + treewalker.cpp treewalker.h + ui4.cpp ui4.h + uic.cpp uic.h + utils.h + validator.cpp validator.h + DEFINES + QT_UIC + QT_NO_CAST_FROM_ASCII + QT_NO_FOREACH + QT_UIC_CPP_GENERATOR + INCLUDE_DIRECTORIES + cpp + # QMAKE_TARGET_DESCRIPTION = "Qt User Interface Compiler" + # _LOADED = "qt_tool" + # _OPTION = "host_build" ) + +## Scopes: +##################################################################### +# +#extend_target(uic CONDITION NOT force_bootstrap AND NOT qtConfig(commandlineparser OR NOT QT_FEATURE_textcodec OR NOT QT_FEATURE_xmlstreamreader OR NOT QT_FEATURE_xmlstreamwriter +# # CONFIG = "force_bootstrap" +#)