Removed OpenGL
[situare] / src / src.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-03-26T07:57:35
3 # -------------------------------------------------
4 TARGET = ../situare
5 TEMPLATE = app
6 RESOURCES += images.qrc
7 SOURCES += main.cpp \
8     ui/mainwindow.cpp \
9     ui/mapviewscreen.cpp \
10     ui/listviewscreen.cpp \
11     situareservice/situareservice.cpp \
12     cookiehandler/cookiehandler.cpp \
13     facebookservice/facebookcredentials.cpp \
14     facebookservice/facebookauthentication.cpp \
15     map/mapengine.cpp \
16     map/mapview.cpp \
17     map/mapscene.cpp \
18     map/maptile.cpp \
19     map/mapfetcher.cpp \
20     map/mapzoompanel.cpp \
21     map/mapbutton.cpp \
22     ui/pixmap.cpp \
23     ui/infotab.cpp \
24     ui/updatelocation/updatelocationdialog.cpp \
25     ui/updatelocation/texteditautoresizer.cpp
26 HEADERS += ui/mainwindow.h \
27     ui/mapviewscreen.h \
28     ui/listviewscreen.h \
29     map/mapengine.h \
30     map/mapview.h \
31     map/mapscene.h \
32     map/maptile.h \
33     map/mapfetcher.h \
34     map/mapcommon.h \
35     map/mapzoompanel.h \
36     map/mapbutton.h \
37     ui/pixmap.h \
38     ui/infotab.h \
39     ui/updatelocation/updatelocationdialog.h \
40     ui/updatelocation/texteditautoresizer.h \
41     situareservice/situareservice.h \
42     situareservice/situarecommon.h \
43     cookiehandler/cookiehandler.h \
44     facebookservice/facebookcredentials.h \
45     facebookservice/facebookauthentication.h \
46     facebookservice/facebookcommon.h
47 QT += network \
48     webkit
49
50 # -----------------------------------------------------------------
51 # Debian packetizing additions
52 # -----------------------------------------------------------------
53 unix { 
54     # VARIABLES
55     isEmpty(PREFIX):PREFIX = /usr
56     BINDIR = $$PREFIX/bin
57     DATADIR = $$PREFIX/share
58     DEFINES += DATADIR=\\\"$$DATADIR\\\" \
59         PKGDATADIR=\\\"$$PKGDATADIR\\\"
60     
61     # MAKE INSTALL
62     desktop.path = $$DATADIR/applications/hildon
63     desktop.files += situare.desktop
64     INSTALLS += desktop
65     icon26.path = $$DATADIR/icons/hicolor/26x26/apps
66     icon26.files += situare.png
67     INSTALLS += icon26
68     icon40.path = $$DATADIR/icons/hicolor/40x40/apps
69     icon40.files += situare_40x40.png
70     INSTALLS += icon40
71     icon64.path = $$DATADIR/icons/hicolor/64x64/apps
72     icon64.files += situare_64x64.png
73     INSTALLS += icon64
74     target.path = $$BINDIR
75     INSTALLS += target
76 }
77 RESOURCES +=