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:
parent
3bc6d7470a
commit
e936561a16
@ -66,4 +66,4 @@ QT_END_NAMESPACE
|
||||
|
||||
#include "main.moc"
|
||||
|
||||
|
||||
Q_IMPORT_PLUGIN(QIOSIntegrationPlugin)
|
||||
|
Loading…
Reference in New Issue
Block a user