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

include($$SOURCE_DIR/config.pri)

SOURCES += \
    plugin.cpp

uri = com.pelagicore.settings
load(qmlplugin)

QMAKE_RPATHDIR += $ORIGIN/$$relative_path($$INSTALL_PREFIX/triton/lib, $$installPath)