Skip to content
Snippets Groups Projects
Commit 0f436689 authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

missing include path added to mdnssd.qbs


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

Change-Id: Icc830c837d4da6ff8773b654e7b63470f87b06d4
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@nokia.com>
parent 6defb83d
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,7 @@ QtcTool { ...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment