summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-01 15:23:07 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-04 09:24:51 +0000
commit0fb799a0d773f311434598c320dbfe258258454b (patch)
treeb7f79aeafeab1d2db0c27b0277d91144cadf71ff /src/tools
parentbfca573f87568909d73badadcea686b26171cec1 (diff)
CMake: Re-generate CMakeLists.txt file for uic
Change-Id: I9411b727b199d35709cf0fef37d3a442982cc3da Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/uic/CMakeLists.txt48
1 files 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"
+#)