summaryrefslogtreecommitdiff
path: root/packages/qmake
AgeCommit message (Collapse)AuthorFiles
2009-03-04qmake: drop obsolete patch 0008-backport-qt-lib-infix.patchJeremy Lainé1
2009-02-27qmake2-native: revert patch that broke qmake2 finding its spec filesMichael 'Mickey' Lauer1
2008-11-30qmake: add *linux-uclibcgnueabi-oe-g++ to the qmakespecswoglinde2
* 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 Salvador2
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
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é3
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
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-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe4
2008-10-02qmake2: fix path issuesKoen Kooi1
2008-08-05qmake-sdk: update to 4.4.1Koen Kooi1
2008-08-02qmake2 native: update to 4.4.1 and fix builds from scratchKoen Kooi4
2008-07-14qmake2 sdk: fix packagingKoen Kooi3
2008-07-14qmake2: add sdk versionKoen Kooi9
2008-01-05package/qmake: Remove the pub/ from the SRC_URI, all Qt4 sources lack the pub/.Holger Freyther1
-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 Freyther2
Add the 'E' suffix to QtopiaCore libraries. This allows to install both qtopiacore, qt/X11 at the same time.
2007-12-26packages/qmake/qmake2-native: Change the specs to find our resource compiler ↵Holger Freyther1
(rcc) The build of qsvn failed due invoking the wrong rcc. Change the qmake specs to set QMAKE_RCC and set it to OE_QMAKE_RCC.
2007-12-26qmake,Qt/X11,QtopiaCore: Allow OE to set the tuning options. Allow to add a ↵Holger Freyther1
default module -Do not hardcode O2, we have flags in OE to do such things and passing both didn't make sense -With QtopiaCore QtGui is using Tcp/Udp/Sockets for the QWS implementation. This means when building a gui application you will need the network module. Allow to add modules using environment variables.
2007-12-25packages/qmake/qmake2-native.inc: Install the specs only once, add a patch ↵Holger Freyther2
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 Freyther6
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.
2007-12-22packages/qmake/qmake2-native_2.10a: No tabs, 4 spaces for indentionHolger Freyther1
2007-12-22QtopiaCore: Do the minor/bugfix only upgrade from 4.3.2 to 4.3.3Holger Freyther1
2007-12-15qmake2-native: inherit cross instead of native, bandaid for recent build ↵Koen Kooi1
problems
2007-10-23packages/{qt,qte,uicmoc,qmake}: Update to Qt(opiaCore) 4.3.2Holger Freyther1
-Update PREFERRED_VERSION -Update checksums -Update patches
2007-10-07packages/qmake/qmake2-native: Move the LFLAGS to the end of the linker lineHolger Freyther2
Move the LFLAGS to the end of the linker line. Otherwise a package (e.g. webkit) will try to link to the library in the staging directory and not to the one recently built. Remove the unstage hack from webkit-gtk as it is not needed anymore.
2007-09-02qmake2,uicmoc4: Fix the LICENSE to only be GPL. QtopiaCore/QtE never was QPL ↵Holger Freyther1
licensed Also adjust indention of the SRC_URI
2007-08-23qmake2: update to 2.10a from Qt/Embedded 4.3.1, thus removing X as dependencyMichael Lauer4
2007-07-11qmake2-native: install mkspecs into host_sys staging area as wellMichael Krelin1
2007-06-09qmake2-native: reworked for qt 4.3.0Michael Krelin3
2007-05-10packages/{qmake,uicmoc}: Update qmake and uic/moc from Qt4.1.2 to 4.2.3Holger Freyther3
Version 4.2 is needed to compile the WebKit/Gdk port. Update the checksums.ini containing the md5/shasum of my download. Install qmake as qmake2 and qmake-qt4 to follow the debian naming of this binary.
2007-01-17qmake: add gl definitions to linux-oe-g++ configurationPhil Blundell3
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-06packages/*/*.bb: Stop GNUism on cp. -d -> -P, -a -> pPR...Holger Freyther2
Fix GNUism on the usage of cp -d as --no-derefence -> -P --deference -> -L -r -> -R -a same as -dpR -> -PpR
2006-04-17qmake class, qmake-native: for qt4, we store mkspecs below $QTDIRMichael Lauer1
2006-04-11qmake2: specify (cross-)install prefix to get library paths pointing to the ↵Michael Lauer1
proper staging area
2006-04-10qmake: upgrade version 2.00a to qt 4.1.1Michael Lauer5
give up with trying to make qmake2 work with old stuff, instead start to make qmake1 and qmake2 coexist in staging
2006-03-24qmake-native: install linux-eabi configurationsMichael Lauer2
2005-09-10Update Qt3 from Qt3.3.x to Qt3.3.5Holger Freyther1
packages/qt/qt-x11-free-native: -update from 3.3.2 to 3.3.5 packages/qt/qt-x11-free: -update from 3.3.3 to 3.3.5 packages/qte-fonts-common/qte-fonts-common: -update from 3.3.3 to 3.3.5 packages/uicmoc/uicmoc3-native: -update from 3.3.2 to 3.3.5 -build not the complete Qt3 but only most parts -use ${PV} instead of hardcondig version packages/qmake/qmake-native_1.07: -update from 3.3.3 to 3.3.5
2005-09-04dbh, ocamlc, qmake, uicmoc: don't use | or / to seperate multiply licensed ↵Michael Lauer1
files, use a space
2005-08-31qmake: build 1.07a from QtE 3.3.4, build 2.00a from Qt/X11 4.0.1Michael Lauer2
2005-06-30import clean BK tree at cset 1.3670Koen Kooi10
2005-06-15Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net5
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/15 23:25:59+02:00 handhelds.org!zecke Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/ich/programming/oe/openembedded 2005/06/15 23:23:46+02:00 handhelds.org!zecke qmake 2.00a update: -Use the most recent version of qmake as found in Qt/X11 4rc1 -Update the oe-qmake.conf 2005/06/15 23:18:07+02:00 opfer.lan!dirk Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into wks-dirk.opfer.lan:/prj/zaurus/dev/openembedded 2005/06/15 23:16:28+02:00 opfer.lan!dirk TOSA: update touchscreen. autoload touchscreen and sound modules on startup 2005/06/15 21:58:37+01:00 rpsys.net!RP oprofile: update cvs version - some arm patches merged 2005/06/15 21:57:10+01:00 rpsys.net!RP rootfs_ipk: Make the shell script valid 2005/06/15 22:38:57+02:00 handhelds.org!zecke Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/ich/programming/oe/openembedded 2005/06/15 22:37:17+02:00 handhelds.org!zecke Qt4 uic/moc: -Use Qt/X11 4.0.0rc1 as the Embedded version is missing -Update patch and configuration options to 4.0.0rc1 and X11 BKrev: 42b0a03azEk5o8agXTo43EgKiE5_xg