Clang: Clangbackendipc build fix

Change-Id: I750521cca5e101e679b79cf45f995f5cca8f07bb
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Yuchen Deng
2015-12-30 21:28:29 +08:00
parent 8d336756ee
commit fc6a0c68a6

View File

@@ -6,7 +6,7 @@ QtcLibrary {
Depends { name: "Qt.network" }
Depends { name: "Sqlite" }
cpp.defines: base.concat("CLANGBACKENDIPC_LIBRARY")
cpp.defines: base.concat("CLANGBACKENDIPC_BUILD_LIB")
cpp.includePaths: base.concat(".")
Group {
@@ -24,5 +24,3 @@ QtcLibrary {
]
}
}