Added situare.pro.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 1 Apr 2010 08:50:26 +0000 (11:50 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 1 Apr 2010 08:50:26 +0000 (11:50 +0300)
situare.pro [new file with mode: 0644]

diff --git a/situare.pro b/situare.pro
new file mode 100644 (file)
index 0000000..c134f5d
--- /dev/null
@@ -0,0 +1,22 @@
+# -------------------------------------------------
+# Project created by QtCreator 2010-03-26T07:57:35
+# -------------------------------------------------
+TARGET = Situare
+TEMPLATE = app
+QT += network \
+    testlib
+INCLUDEPATH += . \
+    src/tests/testmap/ \
+    src/map/
+SOURCES += src/map/mapfetcher.cpp \
+    src/map/mapengine.cpp \
+    tests/testmap/testmapfetcher.cpp \
+#    tests/testmap/testmapengine.cpp \
+    src/ui/mainwindow.cpp \
+    tests/testmap/networkaccessmanagermock.cpp \
+    tests/testmap/networkreplymock.cpp
+HEADERS += src/map/mapfetcher.h \
+    src/map/mapengine.h \
+    src/ui/mainwindow.h \
+    tests/testmap/networkaccessmanagermock.h \
+    tests/testmap/networkreplymock.h