missing include path added to mdnssd.qbs

On Windows in buildDirectory/mdnssd EventLog.h and friends get created.

Change-Id: Icc830c837d4da6ff8773b654e7b63470f87b06d4
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Joerg Bornemann
2012-06-05 12:09:07 +02:00
parent 6defb83d03
commit 0f436689e8

View File

@@ -74,6 +74,7 @@ QtcTool {
Properties { Properties {
condition: qbs.targetOS === "windows" condition: qbs.targetOS === "windows"
cpp.includePaths: outer.concat([buildDirectory + "/" + name])
cpp.defines: outer.concat([ cpp.defines: outer.concat([
"WIN32", "WIN32",
"_WIN32_WINNT=0x0501", "NDEBUG", "MDNS_DEBUGMSGS=0", "TARGET_OS_WIN32", "_WIN32_WINNT=0x0501", "NDEBUG", "MDNS_DEBUGMSGS=0", "TARGET_OS_WIN32",