aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/qmlplugin/qmlplugin.pro
blob: ef896df5dd8f540a751dbfcaaab0b607aa0ec573 (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_noannotation_frontend)

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

load(ivigenerator)