forked from qt-creator/qt-creator
make library defines more consistency
Change-Id: I211d511667d5b9c8f518bfbe750aca4483baff62 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -6,7 +6,7 @@ Project {
|
||||
QtcDevHeaders { }
|
||||
|
||||
QtcLibrary {
|
||||
cpp.defines: base.concat(["QMLJS_BUILD_DIR"])
|
||||
cpp.defines: base.concat(["QMLJS_LIBRARY"])
|
||||
cpp.optimization: "fast"
|
||||
|
||||
Depends { name: "ExtensionSystem" }
|
||||
|
||||
Reference in New Issue
Block a user