diff options
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r-- | qtcreator.qbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs index baefc38f4b..f1297be6ee 100644 --- a/qtcreator.qbs +++ b/qtcreator.qbs @@ -18,6 +18,7 @@ Project { property pathList additionalLibs: [] property pathList additionalTools: [] property pathList additionalAutotests: [] + property string sharedSourcesDir: path + "/src/shared" property string libDirName: "lib" property string ide_library_path: { if (qbs.targetOS.contains("osx")) |