forked from qt-creator/qt-creator
Qbs: Add ui_watchdog files to qbs build
Amends daea61bfa3
.
Change-Id: I541ac5b87ffd0060f7d0dcae538cef19f8e17780
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
6
src/libs/3rdparty/ui_watchdog/uiwatchdog.qbs
vendored
Normal file
6
src/libs/3rdparty/ui_watchdog/uiwatchdog.qbs
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import qbs
|
||||||
|
|
||||||
|
Product {
|
||||||
|
name: "ui_watchdog"
|
||||||
|
files: ["*", "**/*"]
|
||||||
|
}
|
@@ -31,6 +31,7 @@ Project {
|
|||||||
"3rdparty/qtkeychain/qtkeychain.qbs",
|
"3rdparty/qtkeychain/qtkeychain.qbs",
|
||||||
"3rdparty/sol2/sol2.qbs",
|
"3rdparty/sol2/sol2.qbs",
|
||||||
"3rdparty/syntax-highlighting/syntax-highlighting.qbs",
|
"3rdparty/syntax-highlighting/syntax-highlighting.qbs",
|
||||||
|
"3rdparty/ui_watchdog/uiwatchdog.qbs",
|
||||||
"3rdparty/winpty/winpty.qbs",
|
"3rdparty/winpty/winpty.qbs",
|
||||||
"3rdparty/yaml-cpp/yaml-cpp.qbs",
|
"3rdparty/yaml-cpp/yaml-cpp.qbs",
|
||||||
].concat(qlitehtml).concat(project.additionalLibs)
|
].concat(qlitehtml).concat(project.additionalLibs)
|
||||||
|
Reference in New Issue
Block a user