forked from qt-creator/qt-creator
ClangBackendIPC: Fix qbs build on Windows.
Change-Id: I3dee9256cf9b49b3a5651d8534aec630c2d1ae5d Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -6,7 +6,7 @@ QtcLibrary {
|
||||
Depends { name: "Qt.network" }
|
||||
Depends { name: "Sqlite" }
|
||||
|
||||
cpp.defines: base.concat("CLANGIPC_LIBRARY")
|
||||
cpp.defines: base.concat("CLANGBACKENDIPC_LIBRARY")
|
||||
cpp.includePaths: base.concat(".")
|
||||
|
||||
Group {
|
||||
|
||||
Reference in New Issue
Block a user