diff options
author | Jake Petroules <jake.petroules@qt.io> | 2017-06-20 15:48:59 -0700 |
---|---|---|
committer | Jake Petroules <jake.petroules@qt.io> | 2017-06-22 09:02:49 +0000 |
commit | 16432be9afc39372b7c35a4fb2929b5835c067e0 (patch) | |
tree | e1a7231c6e6abc267e898105fdb67e84ab0040ee /tests/auto/auto.pri | |
parent | dfe13cd2180db68877eb9f72f8115d54b9efa644 (diff) | |
download | qbs-16432be9afc39372b7c35a4fb2929b5835c067e0.tar.gz |
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 <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/auto.pri')
-rw-r--r-- | tests/auto/auto.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pri b/tests/auto/auto.pri index 7ea658313..f0d6e9be4 100644 --- a/tests/auto/auto.pri +++ b/tests/auto/auto.pri @@ -1,7 +1,7 @@ TEMPLATE = app DESTDIR = ../../../bin DEFINES += SRCDIR=\\\"$$_PRO_FILE_PWD_\\\" -INCLUDEPATH += $$PWD/../../src +INCLUDEPATH += $$PWD/../../src $$PWD/../../src/app/shared QT = core testlib CONFIG += depend_includepath testcase console |