From 16432be9afc39372b7c35a4fb2929b5835c067e0 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 20 Jun 2017 15:48:59 -0700 Subject: Move the buildgraph, language and tools tests into the proper locations Also export necessary symbols that they need. Change-Id: I3023893a3da82cf0d86b0d08df38943db867cf3a Reviewed-by: Christian Kandeler --- qbs-resources/imports/QbsAutotest.qbs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'qbs-resources') diff --git a/qbs-resources/imports/QbsAutotest.qbs b/qbs-resources/imports/QbsAutotest.qbs index 66e076677..7fc959394 100644 --- a/qbs-resources/imports/QbsAutotest.qbs +++ b/qbs-resources/imports/QbsAutotest.qbs @@ -9,7 +9,10 @@ QtApplication { Depends { name: "Qt.testlib" } Depends { name: "qbscore" } Depends { name: "qbsbuildconfig" } - cpp.includePaths: "../../../src" + cpp.includePaths: [ + "../../../src", + "../../../src/app/shared", // for the logger + ] cpp.cxxLanguageVersion: "c++11" destinationDirectory: "bin" Group { -- cgit v1.2.3