Fix build by replacing declarative keyworks with quick
[profile/ivi/connman-qt.git] / plugin / plugin.pro
1 TARGET=ConnmanQtDeclarative
2 TEMPLATE = lib
3 QT += quick dbus
4 CONFIG += plugin
5 SOURCES = components.cpp
6 HEADERS = components.h
7
8 INCLUDEPATH += ../libconnman-qt
9 LIBS += -L../libconnman-qt -lconnman-qt5
10
11 target.path = $$[QT_INSTALL_IMPORTS]/Connman/Qt
12 qmldir.files += qmldir
13 qmldir.path = $$[QT_INSTALL_IMPORTS]/Connman/Qt
14
15 INSTALLS += target qmldir