Fixed paths to files.
authorJussi Laitinen <jussi.laitinen@ixonos.com>
Wed, 31 Mar 2010 11:27:32 +0000 (14:27 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Wed, 31 Mar 2010 11:27:32 +0000 (14:27 +0300)
Situare.pro

index 5ecef6c..00cf230 100644 (file)
@@ -8,12 +8,13 @@ QT += network \
 INCLUDEPATH += . \
     src/tests/testmap/ \
     src/map/
-SOURCES += src/map/mapfetcher.cpp \
+SOURCES += src/main.cpp \
+    src/map/mapfetcher.cpp \
     src/map/mapengine.cpp \
     tests/testmap/testmapfetcher.cpp \
-    tests/testmap/testmapengine.cpp
-
-# src/main.cpp \
-
+    tests/testmap/testmapengine.cpp \
+    src/main.cpp \
+    src/ui/mainwindow.cpp
 HEADERS += src/map/mapfetcher.h \
-    src/map/mapengine.h
+    src/map/mapengine.h \
+    src/ui/mainwindow.h