summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-03-12 11:29:28 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2021-03-12 13:21:09 +0100
commitda3a24c06541b63011a3af91fbae9f9d2ec28912 (patch)
tree2a6c42c04e2a7187f3cf4180a3cfe5041694f4cb /tools
parentb7834eefa615cf2ba2028ec7c7f525b74bdea969 (diff)
downloadqtactiveqt-da3a24c06541b63011a3af91fbae9f9d2ec28912.tar.gz
Re-generate the CMake project files
Change-Id: Icdfe81a51b626034bd86bf143eb1fe108603d148 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/dumpcpp/.prev_CMakeLists.txt24
-rw-r--r--tools/dumpcpp/CMakeLists.txt4
-rw-r--r--tools/dumpdoc/.prev_CMakeLists.txt19
-rw-r--r--tools/dumpdoc/CMakeLists.txt4
-rw-r--r--tools/testcon/.prev_CMakeLists.txt53
-rw-r--r--tools/testcon/CMakeLists.txt6
6 files changed, 105 insertions, 5 deletions
diff --git a/tools/dumpcpp/.prev_CMakeLists.txt b/tools/dumpcpp/.prev_CMakeLists.txt
new file mode 100644
index 0000000..dd38bd9
--- /dev/null
+++ b/tools/dumpcpp/.prev_CMakeLists.txt
@@ -0,0 +1,24 @@
+# Generated from dumpcpp.pro.
+
+#####################################################################
+## dumpcpp Tool:
+#####################################################################
+
+qt_get_tool_target_name(target_name dumpcpp)
+qt_add_tool(${target_name}
+ TARGET_DESCRIPTION "Active Qt DumpCpp"
+ SOURCES
+ main.cpp
+ moc.cpp moc.h
+ DEFINES
+ QT_ASCII_CAST_WARNINGS
+ QT_NO_CAST_TO_ASCII
+ PUBLIC_LIBRARIES
+ Qt::AxContainer
+ Qt::CorePrivate
+ Qt::Gui
+ Qt::Widgets
+)
+
+#### Keys ignored in scope 1:.:.:dumpcpp.pro:<TRUE>:
+# QMAKE_TARGET_DESCRIPTION = "Active Qt DumpCpp"
diff --git a/tools/dumpcpp/CMakeLists.txt b/tools/dumpcpp/CMakeLists.txt
index 6c13386..8d8db8f 100644
--- a/tools/dumpcpp/CMakeLists.txt
+++ b/tools/dumpcpp/CMakeLists.txt
@@ -4,7 +4,9 @@
## dumpcpp Tool:
#####################################################################
-qt_add_tool(dumpcpp
+qt_get_tool_target_name(target_name dumpcpp)
+qt_internal_add_tool(${target_name} # special case
+ TARGET_DESCRIPTION "Active Qt DumpCpp"
TOOLS_TARGET AxContainer # special case
SOURCES
main.cpp
diff --git a/tools/dumpdoc/.prev_CMakeLists.txt b/tools/dumpdoc/.prev_CMakeLists.txt
new file mode 100644
index 0000000..ac903a6
--- /dev/null
+++ b/tools/dumpdoc/.prev_CMakeLists.txt
@@ -0,0 +1,19 @@
+# Generated from dumpdoc.pro.
+
+#####################################################################
+## dumpdoc Tool:
+#####################################################################
+
+qt_get_tool_target_name(target_name dumpdoc)
+qt_add_tool(${target_name}
+ TARGET_DESCRIPTION "Active Qt DumpDoc"
+ SOURCES
+ main.cpp
+ PUBLIC_LIBRARIES
+ Qt::AxContainer
+ Qt::Gui
+ Qt::Widgets
+)
+
+#### Keys ignored in scope 1:.:.:dumpdoc.pro:<TRUE>:
+# QMAKE_TARGET_DESCRIPTION = "Active Qt DumpDoc"
diff --git a/tools/dumpdoc/CMakeLists.txt b/tools/dumpdoc/CMakeLists.txt
index 5ee059e..073ce62 100644
--- a/tools/dumpdoc/CMakeLists.txt
+++ b/tools/dumpdoc/CMakeLists.txt
@@ -4,7 +4,9 @@
## dumpdoc Tool:
#####################################################################
-qt_add_tool(dumpdoc
+qt_get_tool_target_name(target_name dumpdoc)
+qt_internal_add_tool(${target_name} # special case
+ TARGET_DESCRIPTION "Active Qt DumpDoc"
TOOLS_TARGET AxContainer # special case
SOURCES
main.cpp
diff --git a/tools/testcon/.prev_CMakeLists.txt b/tools/testcon/.prev_CMakeLists.txt
new file mode 100644
index 0000000..f5acf7d
--- /dev/null
+++ b/tools/testcon/.prev_CMakeLists.txt
@@ -0,0 +1,53 @@
+# Generated from testcon.pro.
+
+#####################################################################
+## testcon Binary:
+#####################################################################
+
+qt_add_executable(testcon
+ GUI
+ OUTPUT_DIRECTORY "$$[QT_INSTALL_BINS]"
+ INSTALL_DIRECTORY "$$[QT_INSTALL_BINS]"
+ SOURCES
+ ambientproperties.cpp ambientproperties.h ambientproperties.ui
+ changeproperties.cpp changeproperties.h changeproperties.ui
+ controlinfo.cpp controlinfo.h controlinfo.ui
+ docuwindow.cpp docuwindow.h
+ invokemethod.cpp invokemethod.h invokemethod.ui
+ main.cpp
+ mainwindow.cpp mainwindow.h mainwindow.ui
+ PUBLIC_LIBRARIES
+ Qt::AxContainer
+ Qt::AxContainerPrivate
+ Qt::AxServer
+ Qt::Gui
+ Qt::PrintSupport
+ Qt::Widgets
+ ENABLE_AUTOGEN_TOOLS
+ uic
+)
+
+# Resources:
+set(testcon_resource_files
+ "images/controlmethods.png"
+ "images/controlproperties.png"
+ "images/filenew.png"
+)
+
+qt_add_resource(testcon "testcon"
+ PREFIX
+ "/"
+ FILES
+ ${testcon_resource_files}
+)
+
+
+#### Keys ignored in scope 1:.:.:testcon.pro:<TRUE>:
+# RC_FILE = "testcon.rc"
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+#### Keys ignored in scope 2:.:.:testcon.pro:NOT MINGW:
+# QMAKE_POST_LINK = "midl" "$$shell_quote($$shell_path $$PWD/testcon.idl)" "&&" "move" "testcon.tlb" "$(TARGETDIR)"
diff --git a/tools/testcon/CMakeLists.txt b/tools/testcon/CMakeLists.txt
index 1a34519..5c709f2 100644
--- a/tools/testcon/CMakeLists.txt
+++ b/tools/testcon/CMakeLists.txt
@@ -4,7 +4,7 @@
## testcon Binary:
#####################################################################
-qt_add_executable(testcon
+qt_internal_add_executable(testcon # special case
GUI
# OUTPUT_DIRECTORY "$$[QT_INSTALL_BINS]" # special case
# INSTALL_DIRECTORY "$$[QT_INSTALL_BINS]" # special case
@@ -34,7 +34,7 @@ set(testcon_resource_files
"images/filenew.png"
)
-qt_add_resource(testcon "testcon"
+qt_internal_add_resource(testcon "testcon" # special case
PREFIX
"/"
FILES
@@ -49,5 +49,5 @@ qt_add_resource(testcon "testcon"
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:testcon.pro:NOT mingw:
+#### Keys ignored in scope 2:.:.:testcon.pro:NOT MINGW:
# QMAKE_POST_LINK = "midl" "$$shell_quote($$shell_path $$PWD/testcon.idl)" "&&" "move" "testcon.tlb" "$(TARGETDIR)"