Age | Commit message (Collapse) | Author | Files |
|
Add the 'E' suffix to QtopiaCore libraries. This allows to install both
qtopiacore, qt/X11 at the same time.
|
|
(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.
|
|
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.
|
|
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!
|
|
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.
|