iOS: Add Q_IMPORT_PLUGIN(QIOSIntegrationPlugin) into the plugin itself

Since the plugin will always be linked in statically, we add this
necessary registration code into the plugin itself rather than
putting this burden onto the client application.

Change-Id: I8691d8080e41bdf0644bb960b5c7102e79a0f0d5
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
This commit is contained in:
Richard Moe Gustavsen 2012-11-11 10:22:20 +01:00 committed by Tor Arne Vestbø
parent 3bc6d7470a
commit e936561a16

View File

@ -66,4 +66,4 @@ QT_END_NAMESPACE
#include "main.moc"
Q_IMPORT_PLUGIN(QIOSIntegrationPlugin)