summaryrefslogtreecommitdiff
path: root/src/plugins/designer
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-05-17 10:50:51 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-06-08 08:46:00 +0000
commita0f956f0509a68d7eaec718bed294661bca49996 (patch)
treef3ff7d1b0063f3ade80db26ca1b5b844a5c34167 /src/plugins/designer
parentdb9437c2e83ec11befa855e4806ac7920d1a5800 (diff)
downloadqt-creator-a0f956f0509a68d7eaec718bed294661bca49996.tar.gz
qbs build: Introduce new module "qtc".
The qtc module gathers properties that used to live in the top-level project file. This is the first step towards making it possible to build plugins against an installed Qt Creator ("out of source build"). Change-Id: Ia1514cc9c888e80be01b308e908de48980fcbdb8 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/plugins/designer')
-rw-r--r--src/plugins/designer/designer.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/designer/designer.qbs b/src/plugins/designer/designer.qbs
index ae6a9a996b..fe903990cf 100644
--- a/src/plugins/designer/designer.qbs
+++ b/src/plugins/designer/designer.qbs
@@ -74,7 +74,7 @@ QtcPlugin {
Group {
name: "Tests"
- condition: project.testsEnabled
+ condition: qtc.testsEnabled
files: [ "gotoslot_test.cpp" ]
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])