summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/projects/org-example-echo/qmlplugin/qmlplugin.pro
blob: a015b72304b29d89e17b6d78c8c77f19fa8cbca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = lib
QT = ivicore ivivehiclefunctions
CONFIG += c++11 plugin

INCLUDEPATH += $$OUT_PWD/../frontend
LIBS += -L$$OUT_PWD/.. -l$$qtLibraryTarget(echo_frontend)

QFACE_FORMAT = qmlplugin
QFACE_SOURCES = ../../../org.example.echo.qface

load(ivigenerator)