c693ee983cfb8a0a95d07ab70477873c777f471a
[apps/navigation.git] / app / app.pro
1 TARGET = navigation
2 QT = quick qml
3
4 QT += aglextras
5 PKGCONFIG += qlibhomescreen qlibwindowmanager
6
7 QT += positioning
8 QT += dbus
9 QT += core
10 CONFIG += c++11 link_pkgconfig
11
12 HEADERS += \
13     markermodel.h \
14     dbus_server.h \
15     guidance_module.h \
16     file_operation.h
17
18 SOURCES += main.cpp \
19     dbus_server.cpp
20
21 RESOURCES += \
22     navigation.qrc \
23     images/images.qrc
24
25 DBUS_ADAPTORS += dbusinterface/org.agl.naviapi.xml
26 DBUS_INTERFACES += dbusinterface/org.agl.naviapi.xml
27
28 include(app.pri)
29