Merge branch 'map' of https://vcs.maemo.org/git/situare into map
[situare] / src / src.pro
index a73f604..f988330 100644 (file)
@@ -1,24 +1,37 @@
-#-------------------------------------------------
-#
+# -------------------------------------------------
 # Project created by QtCreator 2010-03-26T07:57:35
-#
-#-------------------------------------------------
-
+# -------------------------------------------------
 TARGET = ../situare
 TEMPLATE = app
-
-
+INCLUDEPATH += "/usr/include/qjson"
+LIBS += "-lqjson"
+RESOURCES += ../images.qrc
 SOURCES += main.cpp \
     ui/mainwindow.cpp \
     ui/mapviewscreen.cpp \
     ui/listviewscreen.cpp \
+    situareservice/situareservice.cpp \
+    situareservice/imagefetcher.cpp \
+    cookiehandler/cookiehandler.cpp \
+    facebookservice/facebookcredentials.cpp \
+    facebookservice/facebookauthentication.cpp \
     map/mapengine.cpp \
     map/mapview.cpp \
     map/mapscene.cpp \
     map/maptile.cpp \
     map/mapfetcher.cpp \
-    facebook_service/fbauthentication/fbauthentication.cpp
-
+    map/mapzoompanel.cpp \
+    map/mapbutton.cpp \
+    map/ownlocationitem.cpp \
+    ui/pixmap.cpp \
+    ui/infotab.cpp \
+    ui/updatelocation/updatelocationdialog.cpp \
+    ui/updatelocation/texteditautoresizer.cpp \
+    user/user.cpp \
+    ui/buttonitem.cpp \
+    ui/situareuser.cpp \
+    engine/engine.cpp \
+    ui/settingsdialog.cpp
 HEADERS += ui/mainwindow.h \
     ui/mapviewscreen.h \
     ui/listviewscreen.h \
@@ -27,34 +40,68 @@ HEADERS += ui/mainwindow.h \
     map/mapscene.h \
     map/maptile.h \
     map/mapfetcher.h \
-    facebook_service/fbauthentication/fbauthentication.h
-
+    map/mapcommon.h \
+    map/mapzoompanel.h \
+    map/mapbutton.h \
+    map/ownlocationitem.h \
+    ui/pixmap.h \
+    ui/infotab.h \
+    ui/updatelocation/updatelocationdialog.h \
+    ui/updatelocation/texteditautoresizer.h \
+    situareservice/situareservice.h \
+    situareservice/situarecommon.h \
+    situareservice/imagefetcher.h \
+    cookiehandler/cookiehandler.h \
+    facebookservice/facebookcredentials.h \
+    facebookservice/facebookauthentication.h \
+    facebookservice/facebookcommon.h \
+    ui/buttonitem.h \
+    ui/situareuser.h \
+    engine/engine.h \
+    user/user.h \
+    ui/settingsdialog.h
 QT += network \
-      webkit
+    webkit
 
-# -----------------------------------------------------------------
-#                      Debian packetizing additions
-# -----------------------------------------------------------------
-unix {
-#VARIABLES
-    isEmpty(PREFIX) {
-        PREFIX = /usr
-    }
-BINDIR = $$PREFIX/bin
-DATADIR =$$PREFIX/share
+DEFINES += QT_NO_DEBUG_OUTPUT
 
-DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
-
-#MAKE INSTALL
-
-desktop.path = $$DATADIR/applications/hildon
-desktop.files += situare.desktop
-INSTALLS += desktop
+!maemo5 { 
+    message(QJson built in)
+    message(Make sure you have QJson development headers installed)
+    message(install headers with: sudo apt-get install libqjson-dev)
+}
 
-icon26.path = $$DATADIR/icons/hicolor/26x26/apps
-icon26.files += situare.png
-INSTALLS += icon26
+maemo5 { 
+    message(QJson built in)
+    message(Make sure you have QJson development headers installed)
+    message(add: deb http://repository.maemo.org/extras-devel fremantle free non-free)
+    message(to scratchbox's sources.list in /etc/apt)
+    message(run: apt-get update)
+    message(install headers with: apt-get install libqjson-dev)
+}
 
-target.path = $$BINDIR
-INSTALLS += target
+# -----------------------------------------------------------------
+# Debian packetizing additions
+# -----------------------------------------------------------------
+unix { 
+    # VARIABLES
+    isEmpty(PREFIX):PREFIX = /usr
+    BINDIR = $$PREFIX/bin
+    DATADIR = $$PREFIX/share
+    DEFINES += DATADIR=\\\"$$DATADIR\\\" \
+        PKGDATADIR=\\\"$$PKGDATADIR\\\"
+    
+    # MAKE INSTALL
+    desktop.path = $$DATADIR/applications/hildon
+    desktop.files += situare.desktop
+    INSTALLS += desktop
+    icon48.path = $$DATADIR/icons/hicolor/48x48/apps
+    icon48.files += ../res/icon/48x48/situare.png
+    INSTALLS += icon48
+    icon64.path = $$DATADIR/icons/hicolor/64x64/apps
+    icon64.files += ../res/icon/64x64/situare.png
+    INSTALLS += icon64
+    target.path = $$BINDIR
+    INSTALLS += target
 }
+RESOURCES +=