Fix icons path and name
[qquiz] / src / src.pro
index c712a98..4a3f2d5 100644 (file)
@@ -28,7 +28,8 @@ BINDIR = $$PREFIX/bin
 
 #MAKE INSTALL
 
-INSTALLS += target desktop iconxpm icon26 icon48 icon64
+INSTALLS += target desktop iconxpm icon26 icon48 icon64 beatles_albums \
+                       capitals constants radio_code
 
   target.path =$$BINDIR
 
@@ -36,12 +37,24 @@ INSTALLS += target desktop iconxpm icon26 icon48 icon64
   desktop.files += ../data/$${TARGET}.desktop
 
   icon26.path = $$DATADIR/icons/hicolor/26x26/apps
-  icon26.files += ../data/icons/26x26.png
+  icon26.files += ../data/icons/26x26/qquiz.png
 
   icon48.path = $$DATADIR/icons/hicolor/48x48/apps
-  icon48.files += ../data/icons/48x48.png
+  icon48.files += ../data/icons/48x48/qquiz.png
 
   icon64.path = $$DATADIR/icons/hicolor/64x64/apps
-  icon64.files += ../data/icons/64x64.png
+  icon64.files += ../data/icons/64x64/qquiz.png
+
+  beatles_albums.path = $$PKGDATADIR
+  beatles_albums.files += ../data/beatles_albums
+
+  capitals.path = $$PKGDATADIR
+  capitals.files += ../data/capitals
+
+  constants.path = $$PKGDATADIR
+  constants.files += ../data/constants
+
+  radio_code.path = $$PKGDATADIR
+  radio_code.files += ../data/radio_code
 
   }