attempt fix for autobuilder
[groove] / Groove.pro
index 86ae9ea..2098722 100644 (file)
@@ -27,7 +27,9 @@ SOURCES += main.cpp \
     splayer.cpp \
     streamio.cpp \
     playlist.cpp \
-    downloadmanager.cpp
+    downloadmanager.cpp \
+    grooveprogressbar.cpp \
+    qmaemo5rotator.cpp
 
 HEADERS += \
     groove.h \
@@ -35,4 +37,25 @@ HEADERS += \
     splayer.h \
     streamio.h \
     playlist.h \
-    downloadmanager.h
+    downloadmanager.h \
+    grooveprogressbar.h \
+    qmaemo5rotator.h
+
+OTHER_FILES += \
+    icon.svg
+
+RESOURCES += \
+    reasource.qrc
+unix {
+  PREFIX = /usr
+  BINDIR = $$PREFIX/bin
+  DATADIR =$$PREFIX/share
+
+  DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\"
+
+  #MAKE INSTALL
+
+  INSTALLS += target
+
+  target.path =$$BINDIR
+}