diff options
Diffstat (limited to 'src/plugins/platforms/uikit/README')
-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()); |