forked from qt-creator/qt-creator
Fix qbs project files
Change-Id: Iae72cd8f65779617dfa3ae03e9c894a95d151e81 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
4bd6dee315
commit
d3e25481f9
@@ -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: [
|
||||
|
@@ -106,5 +106,9 @@ QtcPlugin {
|
||||
"TypeHierarchyBuilder.cpp",
|
||||
"TypeHierarchyBuilder.h"
|
||||
]
|
||||
|
||||
ProductModule {
|
||||
Depends { name: "CPlusPlus" }
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -58,7 +58,7 @@ QtcPlugin {
|
||||
]
|
||||
|
||||
ProductModule {
|
||||
Depends { name: "CPlusPlus" }
|
||||
Depends { name: "CppTools" }
|
||||
Depends { name: "QmlJSDebugClient" }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user