From a9584a540b9dd850a9f4bab8519e8975489a931e Mon Sep 17 00:00:00 2001 From: Jussi Laitinen Date: Wed, 31 Mar 2010 14:27:32 +0300 Subject: [PATCH] Fixed paths to files. --- Situare.pro | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 -- 1.7.9.5