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