aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-06-20 15:48:59 -0700
committerJake Petroules <jake.petroules@qt.io>2017-06-22 09:02:49 +0000
commit16432be9afc39372b7c35a4fb2929b5835c067e0 (patch)
treee1a7231c6e6abc267e898105fdb67e84ab0040ee /src/lib/corelib/buildgraph/buildgraph.pri
parentdfe13cd2180db68877eb9f72f8115d54b9efa644 (diff)
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 'src/lib/corelib/buildgraph/buildgraph.pri')
-rw-r--r--src/lib/corelib/buildgraph/buildgraph.pri5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraph.pri b/src/lib/corelib/buildgraph/buildgraph.pri
index fabba661e..4229ad414 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -70,11 +70,6 @@ HEADERS += \
$$PWD/timestampsupdater.h \
$$PWD/transformer.h
-qbs_enable_unit_tests {
- HEADERS += $$PWD/tst_buildgraph.h
- SOURCES += $$PWD/tst_buildgraph.cpp
-}
-
!qbs_no_dev_install {
buildgraph_headers.files = $$PWD/forward_decls.h
buildgraph_headers.path = $${QBS_INSTALL_PREFIX}/include/qbs/buildgraph