aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivedata/qml_plugin/qml_plugin.pro
blob: ae44a9eb3cac5fef55d0a7ee686d8cd16a305f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = lib
CONFIG += plugin
TARGET  = drivedataplugin
QT += qml
LIBS += -L$$LIB_DESTDIR -l$$qtLibraryTarget(drivedata)
INCLUDEPATH += $$OUT_PWD/../frontend

include($$SOURCE_DIR/config.pri)

SOURCES += \
    plugin.cpp

uri = com.pelagicore.drivedata
load(qmlplugin)

QMAKE_RPATHDIR += $$QMAKE_REL_RPATH_BASE/$$relative_path($$INSTALL_PREFIX/neptune3/lib, $$installPath)