From d0350d3b30f53bbee53fcea6563b7f20505c1b2c Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Fri, 5 Jul 2019 12:44:07 +0200 Subject: settings: wired: add wired connections UI The initial Wired UI only implements unauthenticated access. Bug-AGL: SPEC-2355 Signed-off-by: Raquel Medina Change-Id: I5bac4378879e365bce544ae55d752c187acc3a48 --- app/app.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro index 566d2b6..1d06003 100644 --- a/app/app.pro +++ b/app/app.pro @@ -6,11 +6,12 @@ SOURCES = main.cpp CONFIG += link_pkgconfig PKGCONFIG += libhomescreen qlibwindowmanager qtappfw -RESOURCES += \ +RESOURCES += \ settings.qrc \ images/images.qrc \ datetime/datetime.qrc \ wifi/wifi.qrc \ + wired/wired.qrc \ bluetooth/bluetooth.qrc \ version/version.qrc -- cgit 1.2.3-korg