forked from qt-creator/qt-creator
Fix qbs build
Amends4ca7dd8763and80b23292b1. Change-Id: I323a22b1427d51a1c25a41b2ab54eef8bc68a32f Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -6,6 +6,10 @@ QtcLibrary {
|
|||||||
Depends { name: "vterm" }
|
Depends { name: "vterm" }
|
||||||
Depends { name: "Qt"; submodules: "widgets" }
|
Depends { name: "Qt"; submodules: "widgets" }
|
||||||
|
|
||||||
|
cpp.defines: base.concat([
|
||||||
|
"TERMINALLIB_LIBRARY"
|
||||||
|
])
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
"celliterator.cpp",
|
"celliterator.cpp",
|
||||||
"celliterator.h",
|
"celliterator.h",
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ Project {
|
|||||||
|
|
||||||
Depends { name: "Utils" }
|
Depends { name: "Utils" }
|
||||||
Depends { name: "Aggregation" }
|
Depends { name: "Aggregation" }
|
||||||
|
Depends { name: "TerminalLib" }
|
||||||
|
|
||||||
cpp.dynamicLibraries: {
|
cpp.dynamicLibraries: {
|
||||||
if (qbs.targetOS.contains("windows"))
|
if (qbs.targetOS.contains("windows"))
|
||||||
@@ -367,6 +368,15 @@ Project {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Group {
|
||||||
|
name: "Terminal"
|
||||||
|
prefix: "terminal/"
|
||||||
|
files: [
|
||||||
|
"searchableterminal.cpp",
|
||||||
|
"searchableterminal.h",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
Export {
|
Export {
|
||||||
Depends { name: "Aggregation" }
|
Depends { name: "Aggregation" }
|
||||||
Depends { name: "Utils" }
|
Depends { name: "Utils" }
|
||||||
|
|||||||
@@ -22,8 +22,6 @@ QtcPlugin {
|
|||||||
"terminalplugin.cpp",
|
"terminalplugin.cpp",
|
||||||
"terminalprocessimpl.cpp",
|
"terminalprocessimpl.cpp",
|
||||||
"terminalprocessimpl.h",
|
"terminalprocessimpl.h",
|
||||||
"terminalsearch.cpp",
|
|
||||||
"terminalsearch.h",
|
|
||||||
"terminalsettings.cpp",
|
"terminalsettings.cpp",
|
||||||
"terminalsettings.h",
|
"terminalsettings.h",
|
||||||
"terminaltr.h",
|
"terminaltr.h",
|
||||||
|
|||||||
Reference in New Issue
Block a user