Skip to content
Snippets Groups Projects
Commit 150002db authored by Matthias Möller's avatar Matthias Möller
Browse files

- adding qt5 pluginsystem

- adding qt5 headers

refs #1359

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17080 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 98a1d004
No related branches found
No related tags found
No related merge requests found
......@@ -63,5 +63,7 @@ void TestPlugin::pluginsInitialized() {
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2( testplugin , TestPlugin );
#endif
......@@ -52,6 +52,10 @@ class TestPlugin: public QObject, BaseInterface, LoggingInterface {
Q_INTERFACES(BaseInterface)
Q_INTERFACES(LoggingInterface)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA(IID "org.OpenFlipper.Plugins.Plugin-Test")
#endif
signals:
//BaseInterface
void updateView();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment