Merge remote-tracking branch 'origin/2.7' into 2.8

Conflicts:
	src/plugins/android/androiddebugsupport.cpp
	src/plugins/qtsupport/qtsupport.qbs

Change-Id: I0953ca21a9db05084a79b8a6019189ea982df0b1
This commit is contained in:
Eike Ziller
2013-05-27 17:17:40 +02:00
22 changed files with 27 additions and 24 deletions

View File

@@ -211,8 +211,8 @@ QtcLibrary {
]
}
ProductModule {
// ### [ remove, once qbs supports merging of ProductModule items in derived products
Export {
// ### [ remove, once qbs supports merging of Export items in derived products
Depends { name: "cpp" }
cpp.includePaths: [ ".." ]
// ### ]