X-Git-Url: http://git.maemo.org/git/?p=jspeed;a=blobdiff_plain;f=jspeed.pro;h=e0cc83d205fb095373046b74e43631a84727ce21;hp=ac26de9dd57a173a2fbac55076a511eda9064925;hb=refs%2Fheads%2Fmaster;hpb=3573bde91b45b2a986e2860713a025b96017a131 diff --git a/jspeed.pro b/jspeed.pro index ac26de9..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