qbs build: Mark some more tools as non-Qt

Plus small clean-ups.

Change-Id: I3601543b04bfc7b016769a63091a91f62607f2dc
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2023-06-19 11:05:58 +02:00
parent 32e6b4d66d
commit 5203704e24
4 changed files with 5 additions and 7 deletions

View File

@@ -56,8 +56,7 @@ Project {
Depends { name: "winpty_genversion_header" }
Depends { name: "cpp" }
useNonGuiPchFile: false
useGuiPchFile: false
useQt: false
cpp.includePaths: base.concat([sourceDirectory + "/include", buildDirectory])
cpp.defines: base.concat(["WINPTY_AGENT_ASSERT",

View File

@@ -3,6 +3,7 @@ import qbs 1.0
QtcTool {
name: "disclaim"
condition: qbs.targetOS.contains("macos")
useQt: false
files: [
"disclaim.mm"

View File

@@ -4,7 +4,7 @@ QtcTool {
name: "qtcreator_process_stub"
consoleApplication: true
Depends { name: "Qt"; submodules: ["core", "network"]; }
Depends { name: "Qt.network" }
files: [ "main.cpp" ]
files: "main.cpp"
}

View File

@@ -3,7 +3,5 @@ import qbs 1.0
QtcTool {
name: "qtpromaker"
Depends { name: "Qt.core" }
files: [ "main.cpp" ]
files: "main.cpp"
}