app/: Avoid any AGL wrappers and use plain Qt
[apps/hvac.git] / app / app.pro
index d032417..f4ab212 100644 (file)
@@ -1,5 +1,5 @@
 TARGET = hvac
-QT = quick qml aglextras
+QT = quick qml websockets
 
 HEADERS += \
     translator.h
@@ -7,7 +7,7 @@ HEADERS += \
 SOURCES = main.cpp \
     translator.cpp
 
-CONFIG += link_pkgconfig
+CONFIG += c++11 link_pkgconfig
 PKGCONFIG += qtappfw-hvac
 
 CONFIG(release, debug|release) {