aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-08-15 11:55:23 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-08-15 13:30:44 +0200
commita8e6324de460745ab420f235cc1b5755ae7cc54f (patch)
treee4ba198b166d07596d7c578fabbe237d754eff66 /src/lib/corelib/buildgraph/buildgraph.pri
parent6d07370a90f6e9345dd551601240f683a9e2b1c0 (diff)
Make qmake CONFIG value names consistent.
By giving them all the "qbs" prefix. This also reduces the risk of clashes with values from other sources. Change-Id: I9406edccbc813e4759c840e17cf07926ae86a2d4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/buildgraph.pri')
-rw-r--r--src/lib/corelib/buildgraph/buildgraph.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraph.pri b/src/lib/corelib/buildgraph/buildgraph.pri
index f91e51f2d..46fba3852 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -66,7 +66,7 @@ HEADERS += \
$$PWD/timestampsupdater.h \
$$PWD/transformer.h
-all_tests {
+qbs_enable_unit_tests {
HEADERS += $$PWD/tst_buildgraph.h
SOURCES += $$PWD/tst_buildgraph.cpp
}