Changes: display route legs in table; removed message table/button
[ptas] / zouba / zouba.pro
index 2c95d51..845d0ff 100644 (file)
@@ -8,9 +8,8 @@ SOURCES += \
     location_p.cpp \
     locations.cpp \
     gpscontroller.cpp \
+    gpscontroller_p.cpp \
     ui.cpp \
-    messagetable.cpp \
-    messagehandler.cpp \
 
 HEADERS += \
     route.h \
@@ -21,15 +20,15 @@ HEADERS += \
     locations.h \
     ytv.h \
     gpscontroller.h \
+    gpscontroller_p.h \
     ui.h \
-    messagetable.h \
-    messagehandler.h \
 
-FORMS       += 
+FORMS       +=
 LEXSOURCES  += #LEXS#
 YACCSOURCES += #YACCS#
 
 INCLUDEPATH += include
+DEPENDSPATH += INCLUDEPATH
 #QMAKE_LIBDIR_QT = qt4-maemo5/lib
 #QMAKE_INCDIR_QT = qt4-maemo5/include
 LIBS        += -Llib -lQtBearer -lQtLocation
@@ -44,7 +43,7 @@ DESTDIR     = build
 TEMPLATE    = app
 DEPENDPATH  +=
 VPATH       += src uis
-CONFIG      -= 
+CONFIG      -=
 CONFIG      += debug qt mobility
 MOBILITY    += location bearer
 QT=core gui network