ClangBackendIPC: Fix qbs build on Windows.

Change-Id: I3dee9256cf9b49b3a5651d8534aec630c2d1ae5d
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-06-30 10:16:11 +02:00
parent b9b1f89ea9
commit 028709876a

View File

@@ -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 {