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>
This commit is contained in:
Christian Kandeler
2016-05-17 10:50:51 +02:00
parent db9437c2e8
commit a0f956f050
48 changed files with 189 additions and 152 deletions

View File

@@ -105,7 +105,7 @@ QtcPlugin {
Group {
name: "Tests"
condition: project.testsEnabled
condition: qtc.testsEnabled
files: [
"cppcodegen_test.cpp",
"cppcompletion_test.cpp",