From ec703836b314c419a1c463dc105234f733031535 Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Wed, 9 Jul 2014 11:58:44 +0200 Subject: Improve dbus cross compilation Building QtDBus on Linux host for QNX target had two issues: * Configure check failed, because dbus-1 library was not linked in, if target platform doesn't support pkg-config. * Host tools were not built, because pkg-config was not used to locate dbus headers on the host. Task-number: QTBUG-37324 Change-Id: I71d8309599fd40ef2dd8c9e3b44b93a7482019f1 Reviewed-by: Rolf Eike Beer Reviewed-by: Thiago Macieira Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/configure/configureapp.h') diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h index 98e4912eaa..5f118ddd39 100644 --- a/tools/configure/configureapp.h +++ b/tools/configure/configureapp.h @@ -140,6 +140,7 @@ private: QString opensslLibsRelease; QString opensslPath; QString dbusPath; + QString dbusHostPath; QString mysqlPath; QString psqlLibs; QString zlibLibs; -- cgit v1.2.3