diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-04-13 15:04:22 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-05-08 18:18:57 -0700 |
commit | 550a9bca3658852521dc6647ed0d8bd4101cf9a6 (patch) | |
tree | 8230a23575af76ead1cba79d29e214183a37b025 /app/app.pro | |
parent | f71e7005a3ea85fdffa0ac88c33e5e48e7461a02 (diff) |
Initial support changeover to libqtappfw from qml websocket calls for
agl-service-bluetooth service
Bug-AGL: SPEC-1385
Change-Id: Iff434c386d19f737b76d6a92969ae131a3de8ebf
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro index 36a71f0..23dce89 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,10 +1,10 @@ TARGET = settings -QT = quickcontrols2 dbus +QT = quickcontrols2 websockets dbus SOURCES = main.cpp CONFIG += link_pkgconfig -PKGCONFIG += libhomescreen qlibwindowmanager +PKGCONFIG += libhomescreen qlibwindowmanager qtappfw RESOURCES += \ settings.qrc \ |