summaryrefslogtreecommitdiff
path: root/packages/qmake/qmake2-native/0001-fix-mkspecs.patch
AgeCommit message (Collapse)AuthorFiles
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-23packages/qmake/qmake2: Make it more easy to do updatesHolger Freyther1
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.