From: Jussi Laitinen Date: Wed, 31 Mar 2010 11:27:32 +0000 (+0300) Subject: Fixed paths to files. X-Git-Tag: v0.1~2^2~11 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=a9584a540b9dd850a9f4bab8519e8975489a931e;p=situare Fixed paths to files. --- diff --git a/Situare.pro b/Situare.pro index 5ecef6c..00cf230 100644 --- a/Situare.pro +++ b/Situare.pro @@ -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