aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qmake/qmake2-native.inc
AgeCommit message (Collapse)Author
2008-11-30qmake: add *linux-uclibcgnueabi-oe-g++ to the qmakespecswoglinde
* patch was provided by Andrea Adami <andrea.adami@gmail.com> alias ant * now we can build qt stuff with the arm-uclibc-eabi toolchain * bump PR on qmake-native and qmake2-native
2008-10-24qmake2: properly set rcc utility to rcc4 in native staggingOtavio Salvador
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-16qmake2-(native|sdk): update to qt 4.4.3Jeremy Lainé
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-02qmake2: fix path issuesKoen Kooi
2008-08-02qmake2 native: update to 4.4.1 and fix builds from scratchKoen Kooi
2008-07-14qmake2 sdk: fix packagingKoen Kooi
2008-07-14qmake2: add sdk versionKoen Kooi
2008-01-05package/qmake: Remove the pub/ from the SRC_URI, all Qt4 sources lack the pub/.Holger Freyther
-Doing this avoids having two entries in the checksums.ini.
2007-12-27Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmakeHolger Freyther
Add the 'E' suffix to QtopiaCore libraries. This allows to install both qtopiacore, qt/X11 at the same time.
2007-12-25packages/qmake/qmake2-native.inc: Install the specs only once, add a patch ↵Holger Freyther
to change the prefixes at runtime qmake has built-in paths. When building qmake2-native we have a pretty boring path which is certainly wrong for qt/x11 and qt/embedded. So we need a way to change this path at runtime. We just need to point qmake to a qt.conf and everything will be fine!
2007-12-23packages/qmake/qmake2: Make it more easy to do updatesHolger Freyther
Create a qmake2-native.inc, get the files from qmake2-native. Recreate qmake2-native_2.10a.bb and require the above file and say which version of QtopiaCore to get.