Added user picture, started animations
[situare] / src / src.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-03-26T07:57:35
3 # -------------------------------------------------
4 TARGET = ../situare
5 TEMPLATE = app
6 SOURCES += main.cpp \
7     ui/mainwindow.cpp \
8     ui/mapviewscreen.cpp \
9     ui/listviewscreen.cpp \
10     map/mapengine.cpp \
11     map/mapview.cpp \
12     map/mapscene.cpp \
13     map/maptile.cpp \
14     map/mapfetcher.cpp \
15     ui/pixmap.cpp
16 HEADERS += ui/mainwindow.h \
17     ui/mapviewscreen.h \
18     ui/listviewscreen.h \
19     map/mapengine.h \
20     map/mapview.h \
21     map/mapscene.h \
22     map/maptile.h \
23     map/mapfetcher.h \
24     common.h \
25     ui/pixmap.h
26 QT += network \
27     webkit
28
29 # -----------------------------------------------------------------
30 # Debian packetizing additions
31 # -----------------------------------------------------------------
32 unix { 
33     # VARIABLES
34     isEmpty(PREFIX):PREFIX = /usr
35     BINDIR = $$PREFIX/bin
36     DATADIR = $$PREFIX/share
37     DEFINES += DATADIR=\\\"$$DATADIR\\\" \
38         PKGDATADIR=\\\"$$PKGDATADIR\\\"
39     
40     # MAKE INSTALL
41     desktop.path = $$DATADIR/applications/hildon
42     desktop.files += situare.desktop
43     INSTALLS += desktop
44     icon26.path = $$DATADIR/icons/hicolor/26x26/apps
45     icon26.files += situare.png
46     INSTALLS += icon26
47     target.path = $$BINDIR
48     INSTALLS += target
49 }
50 RESOURCES += images.qrc