From: Charles Clément Date: Wed, 17 Feb 2010 20:35:34 +0000 (-0800) Subject: Update quiz files install path X-Git-Url: http://git.maemo.org/git/?p=qquiz;a=commitdiff_plain;h=ec9c1c64a374664f3d71915941c8d6293c0d4120 Update quiz files install path --- diff --git a/src/src.pro b/src/src.pro index c712a98..3a8f8e4 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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 + }