X-Git-Url: http://git.maemo.org/git/?p=groove;a=blobdiff_plain;f=Groove.pro;h=7d16820c560f2db2ab5316d3c6d8d20fba044c63;hp=474be90771737f08b08d43340b9fa1b69cd640cd;hb=9a091fda9e81f893fd88a324a7717aed3558873d;hpb=a20498e05a0b00c41521182cf972294d9ae1269f diff --git a/Groove.pro b/Groove.pro index 474be90..7d16820 100644 --- a/Groove.pro +++ b/Groove.pro @@ -11,7 +11,7 @@ TARGET = groove #CONFIG += build_all DEPENDPATH += . INCLUDEPATH += . -INCLUDEPATH += /usr/include/qjson +INCLUDEPATH += /usr/include/qjson /usr/include #INCLUDEPATH += ../qjson/src/ #INCLUDEPATH += ./src/ #LIBS += -L/usr/lib -lqjson ##Desktop Target @@ -20,7 +20,7 @@ LIBS += -L/usr/local/lib -lqjson ##Armel Target #LIBS += -L../qjson/lib -lqjson ##X86 maemo QT += network QT += phonon -QT += dbus + # Input SOURCES += main.cpp \ groove.cpp \ @@ -33,7 +33,9 @@ SOURCES += main.cpp \ topbar.cpp \ bottombar.cpp \ vkb.cpp \ - searchresults.cpp + searchresults.cpp \ +## mpgplayer.cpp + plistwin.cpp HEADERS += \ groove.h \ @@ -46,11 +48,14 @@ HEADERS += \ topbar.h \ bottombar.h \ vkb.h \ - searchresults.h + searchresults.h \ +## mpgplayer.h + plistwin.h maemo5 { SOURCES += qmaemo5rotator.cpp HEADERS += qmaemo5rotator.h +QT += dbus } OTHER_FILES += \ icon.svg \