forked from qt-creator/qt-creator
Fix qbs build with MSVC
Change-Id: Ifd6ef279c09d9ec4fb08333b3e9aad8211e42a5e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
2207a9a987
commit
a5b2d8f5c0
@@ -8,6 +8,7 @@ QtcLibrary {
|
||||
".",
|
||||
".."
|
||||
]
|
||||
cpp.defines: base.concat("AGGREGATION_LIBRARY")
|
||||
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt.core" }
|
||||
|
@@ -8,6 +8,8 @@ QtcLibrary {
|
||||
Depends { name: "Qt.network" }
|
||||
|
||||
cpp.includePaths: "."
|
||||
cpp.defines: base.concat("ZEROCONF_LIBRARY")
|
||||
|
||||
Properties {
|
||||
condition: qbs.targetOS == "windows"
|
||||
cpp.dynamicLibraries: "ws2_32"
|
||||
|
Reference in New Issue
Block a user