I am cross compiling the qt-everywhere-opensource-src-4.7.3 for ARM.
i have read cross-compilation with dbus.
http://www.qtcentre.org/threads/3275...tion-with-DBus.
i try the following methods:
1.cross-compile expat-2.0.1 and dbus-1.2.26

2. configure with " -force-pkg-config " and "export PKG_CONFIG_PATH=/opt/dbus1.2.26libs/lib/pkgconfig"

"/opt/dbus1.2.26libs " is the dir where dbus lib installed .
3 in qt-everywhere-opensource-src-4.7.3 when ./configure -dbus -force-pkg-config ,i get warning
Warning: PKG_CONFIG_SYSROOT/PKG_CONFIG_SYSROOT_DIR has not
been set. This means your toolchain's .pc files must contain
the paths to the toolchain's libraries & headers. If configure
tests are failing, please check these files.
so,how can i deal whit them?
thanks for any suggestion.