New UI, Vkbd and unicode support
[groove] / Groove.pro
1 ######################################################################
2 # Automatically generated by qmake (2.01a) Tue May 11 00:18:10 2010
3 ######################################################################
4
5 TEMPLATE = app
6 TARGET = groove
7 #target = groove
8 #target.path = /usr/bin
9 #//target.path = /usr/local/
10 #INSTALLS += target
11 #CONFIG += build_all
12 DEPENDPATH += .
13 INCLUDEPATH += .
14 INCLUDEPATH += /usr/include/qjson
15 #INCLUDEPATH += ../qjson/src/
16 #INCLUDEPATH += ./src/
17 #LIBS += -L/usr/lib -lqjson ##Desktop Target
18 LIBS += -L/usr/local/lib -lqjson ##Armel Target
19 #LIBS += -L~/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-1014-slim/usr/lib -lqjson ##Armel Target SDK
20 #LIBS += -L../qjson/lib -lqjson ##X86 maemo
21 QT += network
22 QT += phonon
23 QT += dbus
24 # Input
25 SOURCES += main.cpp \
26     groove.cpp \
27     gscom.cpp \
28     splayer.cpp \
29     streamio.cpp \
30     playlist.cpp \
31     downloadmanager.cpp \
32     grooveprogressbar.cpp \
33     topbar.cpp \
34     bottombar.cpp \
35     vkb.cpp
36
37 HEADERS += \
38     groove.h \
39     gscom.h \
40     splayer.h \
41     streamio.h \
42     playlist.h \
43     downloadmanager.h \
44     grooveprogressbar.h \
45     topbar.h \
46     bottombar.h \
47     vkb.h
48
49 maemo5 {
50 SOURCES += qmaemo5rotator.cpp
51 HEADERS += qmaemo5rotator.h
52 }
53 OTHER_FILES += \
54     icon.svg \
55     groove.png \
56     general_fullsize.png \
57     general_search.png
58 unix {
59   PREFIX = /usr
60   BINDIR = $$PREFIX/bin
61   DATADIR =$$PREFIX/share
62
63   DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\"
64
65   #MAKE INSTALL
66
67   INSTALLS += target desktop icon64
68
69   target.path =$$BINDIR
70
71   desktop.path = $$DATADIR/applications/hildon
72   desktop.files += groove.desktop
73
74   icon64.path = $$DATADIR/icons/hicolor/64x64/apps
75   icon64.files += groove.png
76 }
77
78 RESOURCES += \
79     res.qrc
80
81 FORMS += \
82     topbar.ui \
83     bottombar.ui \
84     vkb.ui