hvac: switch to libqtappfw access for websocket data
[apps/hvac.git] / app / app.pro
index edd08aa..24ad110 100644 (file)
@@ -1,5 +1,5 @@
 TARGET = hvac
-QT = quick qml
+QT = quick qml aglextras
 
 HEADERS += \
     translator.h
@@ -7,6 +7,9 @@ HEADERS += \
 SOURCES = main.cpp \
     translator.cpp
 
+CONFIG += link_pkgconfig
+PKGCONFIG += qtappfw
+
 RESOURCES += \
     hvac.qrc \
     images/images.qrc