8 Commits

Author SHA1 Message Date
mirko
e0c3b555b8 [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
2011-02-22 12:13:07 +00:00
mirko
a700dffafa [packages/qt4] we need to pass all the environment variables not just to $(QMAKE) but also to $(MAKE), because Makefiles may invoke qmake once again for creating further Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-22 12:12:59 +00:00
mirko
0507df5635 [packages/qt4] some Qt-internal paths are magically getting appended to TARGET_{INC,LIB}DIRS - however _only_ to the very last element (so the last elem should be the staging-dir - not the toolchain-dir)
thanks to kyak for pointing this out!

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-22 12:12:48 +00:00
mirko
51d623f770 [packages/qt4] make QMAKE_LIBS modifiable from within OpenWrt Makefiles invoking qmake
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-12 19:56:38 +00:00
mb
5d87e1ff03 qt4: Default build rule: Honor PKG_JOBS, if present
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-07 17:12:22 +00:00
mirko
c208e1a3e6 [packages/qt4] qmake.mk: pass $(STAGING_DIR); override Build/Compile/Default
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-07 13:03:54 +00:00
mb
ff16f17a1f qt4: Add X11 support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22740 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 16:00:37 +00:00
mirko
8e11971902 qt4: heavily cleanup Makefile and add a generic way for configuring projects using qmake
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-01 15:53:32 +00:00