summaryrefslogtreecommitdiff
Side-by-side diff
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
@@ -32,22 +32,27 @@ init.files = init
INSTALLS += init
# data, default path is /usr/share/$$TARGET
data.path = /usr/share/$$TARGET
data.files = share/*
INSTALLS += data
# sounds, default path is $$outdir/sounds/$$TARGET
sounds.path = $$outdir/sounds/$$TARGET
sounds.files = sounds/*
INSTALLS += sounds
+# anything in nonstandard paths
+root.path = /
+root.files = root/*
+INSTALLS += root
+
# new targets
lupdate.target = lupdate
lupdate.commands = lupdate -noobsolete $(PRO)
lrelease.target = lrelease
lrelease.commands = lrelease $(PRO)
QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease