From 8e822732230d9a0498cd581dd5bb53bfa7e029a1 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 22 Jan 2020 01:18:44 +0200 Subject: app/: Avoid any AGL wrappers and use plain Qt Removes homescreen/windowmanger requirements from config Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: I99a2221e44d04a06b8d3cf412b22e0204a9c89a5 --- app/app.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/app.pro') 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) { -- cgit 1.2.3-korg