X-Git-Url: http://git.maemo.org/git/?p=groove;a=blobdiff_plain;f=Groove.pro;h=474be90771737f08b08d43340b9fa1b69cd640cd;hp=8e010278ef509121768c3e718113c5cbf83a7574;hb=a20498e05a0b00c41521182cf972294d9ae1269f;hpb=e0d6c54e46dd9b0f6a3ae40da87dc4e2fcee5424 diff --git a/Groove.pro b/Groove.pro index 8e01027..474be90 100644 --- a/Groove.pro +++ b/Groove.pro @@ -32,7 +32,8 @@ SOURCES += main.cpp \ grooveprogressbar.cpp \ topbar.cpp \ bottombar.cpp \ - vkb.cpp + vkb.cpp \ + searchresults.cpp HEADERS += \ groove.h \ @@ -44,7 +45,8 @@ HEADERS += \ grooveprogressbar.h \ topbar.h \ bottombar.h \ - vkb.h + vkb.h \ + searchresults.h maemo5 { SOURCES += qmaemo5rotator.cpp @@ -93,4 +95,5 @@ RESOURCES += \ FORMS += \ topbar.ui \ bottombar.ui \ - vkb.ui + vkb.ui \ + searchresults.ui