[Buildroot] [git commit master 1/1] qt: make QT_QMAKE variable point to HOST_DIR now
Peter Korsgaard
jacmet at sunsite.dk
Wed Feb 9 22:01:44 UTC 2011
commit: http://git.buildroot.net/buildroot/commit/?id=e5f6f55e12251faaaca54dbdcaf41296aedd3498
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
package/qt/qt.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 3857087..3dfdcbf 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -438,7 +438,7 @@ endif
QT_QMAKE_CONF:=$(QT_TARGET_DIR)/mkspecs/qws/linux-$(BR2_PACKAGE_QT_EMB_PLATFORM)-g++/qmake.conf
# Variable for other Qt applications to use
-QT_QMAKE:=$(STAGING_DIR)/usr/bin/qmake -spec qws/linux-$(BR2_PACKAGE_QT_EMB_PLATFORM)-g++
+QT_QMAKE:=$(HOST_DIR)/usr/bin/qmake -spec qws/linux-$(BR2_PACKAGE_QT_EMB_PLATFORM)-g++
################################################################################
# QT_QMAKE_SET -- helper macro to set QMAKE_<variable> = <value> in
--
1.7.3.4
More information about the buildroot
mailing list