From 7595b00d081e44ddff94cd4c51cc8c20f49f2f2d Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 17 Oct 2019 05:59:10 -0700 Subject: ondemandnavi: remove DESKTOP define With switchover over to afb agl-service-navigation it will be unlikely to run on a desktop system. Bug-AGL: SPEC-2880 Change-Id: I56819383a9fc2e18323cbd33044dfa4d544f1ab5 Signed-off-by: Matt Ranostay --- app/app.pro | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro index 8783f53..e881bc5 100644 --- a/app/app.pro +++ b/app/app.pro @@ -2,11 +2,6 @@ TARGET = navigation QT = quick qml aglextras PKGCONFIG += qlibhomescreen qlibwindowmanager -equals(DEFINES, "DESKTOP"){ - QT -= aglextras - PKGCONFIG -= qlibhomescreen qlibwindowmanager -} - QT += positioning QT += dbus QT += core -- cgit 1.2.3-korg