~ps-jenkins/signon-keyring-extension/latestsnapshot-0.6+13.10.20130626-0ubuntu1

« back to all changes in this revision

Viewing changes to src/keyring-plugin.cpp

  • Committer: Alberto Mardegan
  • Date: 2012-11-06 11:07:09 UTC
  • mfrom: (15.1.1 qt5)
  • Revision ID: alberto.mardegan@canonical.com-20121106110709-uz0o8pyjnhdli44m
Allow building with Qt5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    return new SecretsStorage(parent);
35
35
}
36
36
 
 
37
#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
37
38
Q_EXPORT_PLUGIN2(keyring, KeyringPlugin);
38
 
 
 
39
#endif