From e0c3b555b87f66025405ccd24a7948f7587a36bb Mon Sep 17 00:00:00 2001 From: mirko Date: Tue, 22 Feb 2011 12:13:07 +0000 Subject: [PATCH] [packages/qt4] add the possibility of specifying and passing a path relative to $(PKG_BUILD_DIR) to qmake for *.pro files lying in subdirectories git-svn-id: svn://svn.openwrt.org/openwrt/packages@25660 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/lib/qt4/files/qmake.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xorg/lib/qt4/files/qmake.mk b/Xorg/lib/qt4/files/qmake.mk index f7f82e35d..341500869 100644 --- a/Xorg/lib/qt4/files/qmake.mk +++ b/Xorg/lib/qt4/files/qmake.mk @@ -36,8 +36,8 @@ define Build/Configure/Qmake STAGING_DIR="$(STAGING_DIR)" \ qmake \ -spec $(QMAKE_SPECFILE) \ - -o $(PKG_BUILD_DIR)/Makefile \ - $(PKG_BUILD_DIR)/$(1).pro + -o $(PKG_BUILD_DIR)/$(2)/Makefile \ + $(PKG_BUILD_DIR)/$(2)/$(1).pro endef # we need to pass everything to $(MAKE) as well, as Makefiles may invoke qmake once again for creating further Makefiles -- 2.11.0