From ec9c1c64a374664f3d71915941c8d6293c0d4120 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Charles=20Cl=C3=A9ment?= Date: Wed, 17 Feb 2010 12:35:34 -0800 Subject: [PATCH] Update quiz files install path --- src/src.pro | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 + } -- 1.7.9.5