forked from qt-creator/qt-creator
Qbs: Libraries capitalized and relocated in bin on Windows
Change-Id: I994027ef50f5f7c4ff1b2bef06d9f8db037243e4 Reviewed-by: Marco Bubke <marco.bubke@nokia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
791a196f1d
commit
06aa0363b0
@@ -1,8 +1,8 @@
|
||||
import qbs.base 1.0
|
||||
import "../QtcLibrary.qbs" as QtcLibrary
|
||||
|
||||
DynamicLibrary {
|
||||
QtcLibrary {
|
||||
name: "QmlJS"
|
||||
destination: "lib"
|
||||
|
||||
cpp.includePaths: [
|
||||
".",
|
||||
@@ -15,8 +15,8 @@ DynamicLibrary {
|
||||
]
|
||||
cpp.optimization: "fast"
|
||||
|
||||
Depends { name: "utils" }
|
||||
Depends { name: "languageutils" }
|
||||
Depends { name: "Utils" }
|
||||
Depends { name: "LanguageUtils" }
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt"; submodules: ['gui', 'script'] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user