forked from qt-creator/qt-creator
Clang: Clangbackendipc build fix
Change-Id: I750521cca5e101e679b79cf45f995f5cca8f07bb Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -6,7 +6,7 @@ QtcLibrary {
|
|||||||
Depends { name: "Qt.network" }
|
Depends { name: "Qt.network" }
|
||||||
Depends { name: "Sqlite" }
|
Depends { name: "Sqlite" }
|
||||||
|
|
||||||
cpp.defines: base.concat("CLANGBACKENDIPC_LIBRARY")
|
cpp.defines: base.concat("CLANGBACKENDIPC_BUILD_LIB")
|
||||||
cpp.includePaths: base.concat(".")
|
cpp.includePaths: base.concat(".")
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
@@ -24,5 +24,3 @@ QtcLibrary {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user