Make maemo scope syntax in project files more generic
authorLaszlo Papp <lpapp@kde.org>
Fri, 14 Sep 2012 14:21:34 +0000 (15:21 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 14 Sep 2012 17:07:15 +0000 (19:07 +0200)
commit83b1ed1ea8168e3de15de7a8a44a5224db5a2284
tree575d262ad99e2479cc6cddc15009ec561cd637b8
parent31f94e028527ffa02b954a3a91eabe80e2926838
Make maemo scope syntax in project files more generic

It is necessary to use the n9 device file for now in scratchbox or/and on the
community open build service because the maemo platform mkspecs file assumes
that a cross-toolchain is used all the time. If no platform file is used, then
for instance certain plugins may not be built in general. There is currently an
ongoing issue with the meego plugin for context management in the Harmattan
components project. That is currently not built due to this issue, so no
orientation works in those applications.

The nice solution would be to make the maemo platform file work with cross and
native toolchains as well, but that requires a decent amount of investigation
and work. Thereby, the scope is extended this way for now.

Change-Id: I172c7d152bdbb2db279526d9fd1ca5648d0cd0a9
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
configure
src/plugins/generic/generic.pro
src/plugins/platforms/xcb/xcb.pro
src/tools/uic/uic.pro