aboutsummaryrefslogtreecommitdiffstats
path: root/src/aglextras/aglextras.pro
blob: 24028a93413585f9eb9c241790b0887738ed49a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = QtAGLExtras

QT += quick
QT += core-private

include(hmi/hmi.pri)

qtConfig(agl_hmi_framework) {
    DEFINES += USE_AGL_HMI_LOWLEVEL_API
    QMAKE_USE += libhomescreen libwindowmanager
}

load(qt_module)