forked from qt-creator/qt-creator
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:
@@ -7,7 +7,7 @@ QtcPlugin {
|
||||
property var externalQbsIncludes: project.useExternalQbs
|
||||
? [project.qbs_install_dir + "/include/qbs"] : []
|
||||
property var externalQbsLibraryPaths: project.useExternalQbs
|
||||
? [project.qbs_install_dir + '/' + project.libDirName] : []
|
||||
? [project.qbs_install_dir + '/' + qtc.libDirName] : []
|
||||
property var externalQbsDynamicLibraries: {
|
||||
var libs = []
|
||||
if (!project.useExternalQbs)
|
||||
|
||||
Reference in New Issue
Block a user