Fix build paths

parent 43314457
......@@ -39,7 +39,7 @@
class SkyliveProtocol : public QObject, SkylivexPluginInterface
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "com.skylivex.SkylivexPlugin/1.0")
Q_PLUGIN_METADATA(IID "com.skylivex.SkylivexPlugin/1.0" FILE "skproto.json")
Q_INTERFACES(SkylivexPluginInterface)
public:
......
{
"name": "skproto",
"version": "0.0.1",
"dependencies": []
}
......@@ -4,4 +4,4 @@ CONFIG += plugin
HEADERS = skproto.h
INCLUDEPATH = ../src
QT += core network widgets
DESTDIR = ../plugins
DESTDIR = ../build/plugins
TEMPLATE = subdirs
SUBDIRS = src/skylivex.pro \
plugins/skproto.pro
DESTDIR = release
DATAFILES.path = build
DATAFILES.files = doc gui LICENSE.txt COPYING
INSTALLS += DATAFILES
......@@ -45,7 +45,6 @@ class SkylivexPluginInterface
{
public:
virtual ~SkylivexPluginInterface() {}
virtual QStringList importer() const = 0;
virtual void startPlugin() = 0;
};
......
......@@ -11,4 +11,4 @@ QT += core network webkitwidgets widgets
OTHER_FILES += \
../gui/splash.html \
../gui/img/logo.png
DESTDIR = ../
DESTDIR = ../build/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment