summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-01-22 01:18:44 +0200
committerMarius Vlad <marius.vlad@collabora.com>2020-06-24 17:15:49 +0300
commit8e822732230d9a0498cd581dd5bb53bfa7e029a1 (patch)
tree3b84f229b1ed16339c6d8cf597467fb61e5664e7 /app/app.pro
parent611a430a2457eed24cee182c073189653c55a793 (diff)
app/: Avoid any AGL wrappers and use plain Qt
Removes homescreen/windowmanger requirements from config Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I99a2221e44d04a06b8d3cf412b22e0204a9c89a5
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) {