summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro5
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
36data.files = share/* 36data.files = share/*
37INSTALLS += data 37INSTALLS += data
38 38
39# sounds, default path is $$outdir/sounds/$$TARGET 39# sounds, default path is $$outdir/sounds/$$TARGET
40sounds.path = $$outdir/sounds/$$TARGET 40sounds.path = $$outdir/sounds/$$TARGET
41sounds.files = sounds/* 41sounds.files = sounds/*
42INSTALLS += sounds 42INSTALLS += sounds
43 43
44# anything in nonstandard paths
45root.path = /
46root.files = root/*
47INSTALLS += root
48
44# new targets 49# new targets
45 50
46lupdate.target = lupdate 51lupdate.target = lupdate
47lupdate.commands = lupdate -noobsolete $(PRO) 52lupdate.commands = lupdate -noobsolete $(PRO)
48 53
49lrelease.target = lrelease 54lrelease.target = lrelease
50lrelease.commands = lrelease $(PRO) 55lrelease.commands = lrelease $(PRO)
51 56