diff options
author | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2016-05-17 10:50:51 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2016-06-08 08:46:00 +0000 |
commit | a0f956f0509a68d7eaec718bed294661bca49996 (patch) | |
tree | f3ff7d1b0063f3ade80db26ca1b5b844a5c34167 /src/plugins/fakevim | |
parent | db9437c2e83ec11befa855e4806ac7920d1a5800 (diff) | |
download | qt-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/fakevim')
-rw-r--r-- | src/plugins/fakevim/fakevim.qbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fakevim/fakevim.qbs b/src/plugins/fakevim/fakevim.qbs index 73c5467081..e16041166c 100644 --- a/src/plugins/fakevim/fakevim.qbs +++ b/src/plugins/fakevim/fakevim.qbs @@ -29,7 +29,7 @@ QtcPlugin { Group { name: "Tests" - condition: project.testsEnabled + condition: qtc.testsEnabled files: ["fakevim_test.cpp"] } } |