reorganized icons
[buliscores] / src / src.pro
index 3feac50..4ba9a4f 100644 (file)
@@ -6,7 +6,9 @@ QT += phonon
 TARGET = buliscores
 
 OTHER_FILES += \
-    buliscores.desktop
+    buliscores.desktop \
+    sounds/trillerpfeife.wav \
+    sounds/tor.wav
 
 HEADERS += \
     src/match.h \
@@ -34,11 +36,16 @@ FORMS += \
     src/settingsdialog.ui
 
 unix {
-  INSTALLS += target desktop
+  INSTALLS += target desktop sounds
 
   #MAKE INSTALL
   target.path =/usr/lib/hildon-desktop
 
   desktop.path = /usr/share/applications/hildon-home
-  desktop.files += buliscores.desktop
+  desktop.files = buliscores.desktop
+
+  sound.path = /usr/share/buliscores
+  sound.files = sounds/tor.wav
+  sound.files += sounds/trillerpfeife.wav
+
 }