diff options
author | Eike Ziller <eike.ziller@nokia.com> | 2011-08-10 07:38:57 (GMT) |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2011-08-17 08:04:50 (GMT) |
commit | 6e0dd8c70a467771f4633b8e0c39bc071fffe0b4 (patch) | |
tree | 6ca65cdf30868d74024040cb4ca09deb9f77220e /src/plugins/platforms | |
parent | 6be1b235f7db38146f7080a4bfcfe3051ae54699 (diff) | |
download | Qt-6e0dd8c70a467771f4633b8e0c39bc071fffe0b4.zip Qt-6e0dd8c70a467771f4633b8e0c39bc071fffe0b4.tar.gz Qt-6e0dd8c70a467771f4633b8e0c39bc071fffe0b4.tar.bz2 |
Use thumb instructions for uikit
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r-- | src/plugins/platforms/uikit/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/platforms/uikit/README b/src/plugins/platforms/uikit/README index f6f3927..795e72a 100644 --- a/src/plugins/platforms/uikit/README +++ b/src/plugins/platforms/uikit/README @@ -58,8 +58,7 @@ configure -qpa -xplatform qpa/macx-iphonedevice-g++ -arch armv7 -no-neon -develo to the include search paths. - add "$(SRCROOT)/../qmltest" to the include search path if you didn't copy but linked to the qmlapplicationviewer - - for device set the architecture to armv7 only and make sure you - don't compile for thumb + - for device set the architecture to armv7 only - to use sound in your application, Q_IMPORT_PLUGIN(phonon_av), #include <phonon/private/factory_p.h>, and call Phonon::Factory::setBackend(qt_plugin_instance_phonon_av()); |