app/HVAC.qml: Use the Window width and height instead of using Screen
[apps/hvac.git] / app / app.pro
index ef4de97..4bbde25 100644 (file)
@@ -1,5 +1,5 @@
 TARGET = hvac
-QT = quick qml aglextras
+QT = quick qml websockets
 
 HEADERS += \
     translator.h
@@ -7,6 +7,9 @@ HEADERS += \
 SOURCES = main.cpp \
     translator.cpp
 
+CONFIG += c++11 link_pkgconfig
+PKGCONFIG += qtappfw-hvac
+
 RESOURCES += \
     hvac.qrc \
     images/images.qrc