-rw-r--r-- | include.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include.pro b/include.pro index ce2aa1f..625fb70 100644 --- a/include.pro +++ b/include.pro | |||
@@ -1,3 +1,5 @@ | |||
1 | # make install | ||
2 | |||
1 | # base opie install path | 3 | # base opie install path |
2 | outdir = /opt/QtPalmtop | 4 | outdir = /opt/QtPalmtop |
3 | 5 | ||
@@ -30,3 +32,13 @@ INSTALLS += data | |||
30 | sounds.path = $$outdir/sounds/$$TARGET | 32 | sounds.path = $$outdir/sounds/$$TARGET |
31 | sounds.files = sounds/* | 33 | sounds.files = sounds/* |
32 | INSTALLS += sounds | 34 | INSTALLS += sounds |
35 | |||
36 | # new targets | ||
37 | |||
38 | lupdate.target = lupdate | ||
39 | lupdate.commands = lupdate -noobselete $(DIST) | ||
40 | |||
41 | lrelease.target = lrelease | ||
42 | lrelease.commands = lrelease $(DIST) | ||
43 | |||
44 | QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease | ||