add aw navigation
[apps/navigation.git] / app / app.pro
old mode 100755 (executable)
new mode 100644 (file)
index 1701af2..c693ee9
@@ -1,14 +1,29 @@
 TARGET = navigation
-QT = quick aglextras qml
+QT = quick qml
+
+QT += aglextras
+PKGCONFIG += qlibhomescreen qlibwindowmanager
+
+QT += positioning
+QT += dbus
+QT += core
 CONFIG += c++11 link_pkgconfig
-#PKGCONFIG += 
 
-#HEADERS += 
+HEADERS += \
+    markermodel.h \
+    dbus_server.h \
+    guidance_module.h \
+    file_operation.h
 
-SOURCES += main.cpp
+SOURCES += main.cpp \
+    dbus_server.cpp
 
 RESOURCES += \
-    testqt.qrc \
+    navigation.qrc \
     images/images.qrc
 
+DBUS_ADAPTORS += dbusinterface/org.agl.naviapi.xml
+DBUS_INTERFACES += dbusinterface/org.agl.naviapi.xml
+
 include(app.pri)
+