summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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:
#####################################################################