summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-22 13:17:44 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-22 13:39:23 +0100
commit84ec45e61c8ff37d8a075a1fe8e86d12b5f4616d (patch)
tree3e5e0dc1304a8f475194c3109d325967575f01b2 /tools
parentc4be4f75dfa57f7616bf9b02a3e61cfd64e35008 (diff)
Remove remains of qmake conversion from CMakeLists.txt files
Pick-to: 6.5 Change-Id: I86fb2afcd299e1156846a203161bfb55b936c27a Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt2
-rw-r--r--tools/repc/CMakeLists.txt8
2 files changed, 1 insertions, 9 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 4760010..b53c632 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from tools.pro.
-
if(QT_FEATURE_commandlineparser)
add_subdirectory(repc)
endif()
diff --git a/tools/repc/CMakeLists.txt b/tools/repc/CMakeLists.txt
index 4e7cc0a..678b210 100644
--- a/tools/repc/CMakeLists.txt
+++ b/tools/repc/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from repc.pro.
-
#####################################################################
## repc Tool:
#####################################################################
@@ -12,7 +10,7 @@ set(REPPARSER_DIR "${PROJECT_SOURCE_DIR}/src/repparser")
qt_get_tool_target_name(target_name repc)
qt_internal_add_tool(${target_name}
TARGET_DESCRIPTION "Qt Remote Objects Compiler"
- TOOLS_TARGET RemoteObjects # special case
+ TOOLS_TARGET RemoteObjects
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
SOURCES
cppcodegenerator.cpp cppcodegenerator.h
@@ -39,10 +37,6 @@ qt_process_qlalr(
""
)
-#### Keys ignored in scope 1:.:.:repc.pro:<TRUE>:
-# QMAKE_TARGET_DESCRIPTION = "Qt Remote Objects Compiler"
-# _OPTION = "host_build"
-
## Scopes:
#####################################################################