X-Git-Url: http://git.maemo.org/git/?p=jspeed;a=blobdiff_plain;f=jspeed.pro;h=e0cc83d205fb095373046b74e43631a84727ce21;hp=a768bbf2f08b3cee8d28e9d0a265a256288a9890;hb=HEAD;hpb=fa66fb373153edc684f4d575c56107b74a615a3b diff --git a/jspeed.pro b/jspeed.pro index a768bbf..e0cc83d 100644 --- a/jspeed.pro +++ b/jspeed.pro @@ -2,7 +2,7 @@ QT += maemo5 xml TARGET = jspeed TEMPLATE = app CONFIG += mobility -MOBILITY += multimedia +MOBILITY += multimedia sensors SOURCES += src/main.cpp \ src/mainwindow.cpp \ src/mainwindowstack.cpp \ @@ -47,7 +47,8 @@ SOURCES += src/main.cpp \ src/themepicker.cpp \ src/mediaplayer.cpp \ src/soundselector.cpp \ - src/buttonbox.cpp + src/buttonbox.cpp \ + src/orientation.cpp HEADERS += src/mainwindow.h \ src/mainwindowstack.h \ src/location.h \ @@ -91,7 +92,8 @@ HEADERS += src/mainwindow.h \ src/themepicker.h \ src/mediaplayer.h \ src/soundselector.h \ - src/buttonbox.h + src/buttonbox.h \ + src/orientation.h RESOURCES = src/resources.qrc CONFIG += link_pkgconfig PKGCONFIG += liblocation libzip @@ -123,7 +125,14 @@ unix { sounds.path = $$APPDIR/sounds sounds.files += src/data/sounds/beep.mp3 \ - src/data/sounds/alert.mp3 + src/data/sounds/arca.mp3 \ + src/data/sounds/badumm.mp3 \ + src/data/sounds/kind.mp3 \ + src/data/sounds/sonar.mp3 \ + src/data/sounds/spac.mp3 \ + src/data/sounds/spring.mp3 \ + src/data/sounds/steelyec.mp3 \ + src/data/sounds/whoosh.mp3 icon26.path = $$DATADIR/icons/hicolor/26x26/apps icon26.files += src/data/26x26/$${TARGET}.png