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: "Qt"; submodules: "widgets" }
|
||||
|
||||
cpp.defines: base.concat([
|
||||
"TERMINALLIB_LIBRARY"
|
||||
])
|
||||
|
||||
files: [
|
||||
"celliterator.cpp",
|
||||
"celliterator.h",
|
||||
|
||||
@@ -18,6 +18,7 @@ Project {
|
||||
|
||||
Depends { name: "Utils" }
|
||||
Depends { name: "Aggregation" }
|
||||
Depends { name: "TerminalLib" }
|
||||
|
||||
cpp.dynamicLibraries: {
|
||||
if (qbs.targetOS.contains("windows"))
|
||||
@@ -367,6 +368,15 @@ Project {
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Terminal"
|
||||
prefix: "terminal/"
|
||||
files: [
|
||||
"searchableterminal.cpp",
|
||||
"searchableterminal.h",
|
||||
]
|
||||
}
|
||||
|
||||
Export {
|
||||
Depends { name: "Aggregation" }
|
||||
Depends { name: "Utils" }
|
||||
|
||||
@@ -22,8 +22,6 @@ QtcPlugin {
|
||||
"terminalplugin.cpp",
|
||||
"terminalprocessimpl.cpp",
|
||||
"terminalprocessimpl.h",
|
||||
"terminalsearch.cpp",
|
||||
"terminalsearch.h",
|
||||
"terminalsettings.cpp",
|
||||
"terminalsettings.h",
|
||||
"terminaltr.h",
|
||||
|
||||
Reference in New Issue
Block a user