-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 @@ -41,6 +41,11 @@ 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 |