-rw-r--r-- | include.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include.pro b/include.pro index 301d6a8..cbc534d 100644 --- a/include.pro +++ b/include.pro | |||
@@ -36,16 +36,21 @@ data.path = /usr/share/$$TARGET | |||
36 | data.files = share/* | 36 | data.files = share/* |
37 | INSTALLS += data | 37 | INSTALLS += data |
38 | 38 | ||
39 | # sounds, default path is $$outdir/sounds/$$TARGET | 39 | # sounds, default path is $$outdir/sounds/$$TARGET |
40 | sounds.path = $$outdir/sounds/$$TARGET | 40 | sounds.path = $$outdir/sounds/$$TARGET |
41 | sounds.files = sounds/* | 41 | sounds.files = sounds/* |
42 | INSTALLS += sounds | 42 | INSTALLS += sounds |
43 | 43 | ||
44 | # anything in nonstandard paths | ||
45 | root.path = / | ||
46 | root.files = root/* | ||
47 | INSTALLS += root | ||
48 | |||
44 | # new targets | 49 | # new targets |
45 | 50 | ||
46 | lupdate.target = lupdate | 51 | lupdate.target = lupdate |
47 | lupdate.commands = lupdate -noobsolete $(PRO) | 52 | lupdate.commands = lupdate -noobsolete $(PRO) |
48 | 53 | ||
49 | lrelease.target = lrelease | 54 | lrelease.target = lrelease |
50 | lrelease.commands = lrelease $(PRO) | 55 | lrelease.commands = lrelease $(PRO) |
51 | 56 | ||