forked from qt-creator/qt-creator
SdkTool: Fix qbs build
Amends e3aad67ce5
.
Change-Id: Ic62dd47fbaa70092f39bdfd5d2dd6870a4aaec00
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -33,7 +33,9 @@
|
|||||||
|
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
|
||||||
|
#ifdef WITH_TESTS
|
||||||
#include <QtTest>
|
#include <QtTest>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@@ -5,6 +5,7 @@ QtcTool {
|
|||||||
|
|
||||||
Depends { name: "Qt.core" }
|
Depends { name: "Qt.core" }
|
||||||
Depends { name: "app_version_header" }
|
Depends { name: "app_version_header" }
|
||||||
|
Depends { name: "Qt.testlib"; condition: project.withAutotests }
|
||||||
|
|
||||||
property string libsDir: path + "/../../libs"
|
property string libsDir: path + "/../../libs"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user