Update quiz files install path
authorCharles Clément <caratorn@gmail.com>
Wed, 17 Feb 2010 20:35:34 +0000 (12:35 -0800)
committerCharles Clément <caratorn@gmail.com>
Wed, 17 Feb 2010 20:35:34 +0000 (12:35 -0800)
src/src.pro

index c712a98..3a8f8e4 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
 
@@ -44,4 +45,16 @@ INSTALLS += target desktop iconxpm icon26 icon48 icon64
   icon64.path = $$DATADIR/icons/hicolor/64x64/apps
   icon64.files += ../data/icons/64x64.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
+
   }