Fix qbs project files

Change-Id: Iae72cd8f65779617dfa3ae03e9c894a95d151e81
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Marco Bubke
2012-03-20 15:35:15 +01:00
committed by Joerg Bornemann
parent 4bd6dee315
commit d3e25481f9
3 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ DynamicLibrary {
}
Properties {
condition: qbs.targetOS == "linux"
cpp.defines: [ "_GNU_SOURCE HAVE_IPV6", "USES_NETLINK", "HAVE_LINUX", "TARGET_OS_LINUX" ]
cpp.defines: [ "_GNU_SOURCE", "HAVE_IPV6", "USES_NETLINK", "HAVE_LINUX", "TARGET_OS_LINUX" ]
}
files: [

View File

@@ -106,5 +106,9 @@ QtcPlugin {
"TypeHierarchyBuilder.cpp",
"TypeHierarchyBuilder.h"
]
ProductModule {
Depends { name: "CPlusPlus" }
}
}

View File

@@ -58,7 +58,7 @@ QtcPlugin {
]
ProductModule {
Depends { name: "CPlusPlus" }
Depends { name: "CppTools" }
Depends { name: "QmlJSDebugClient" }
}
}