summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro
index d032417..f4ab212 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -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) {