summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro12
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,2 +1,4 @@
1# make install
2
1# base opie install path 3# base opie install path
2outdir = /opt/QtPalmtop 4outdir = /opt/QtPalmtop
@@ -31,2 +33,12 @@ sounds.path = $$outdir/sounds/$$TARGET
31sounds.files = sounds/* 33sounds.files = sounds/*
32INSTALLS += sounds 34INSTALLS += sounds
35
36# new targets
37
38lupdate.target = lupdate
39lupdate.commands = lupdate -noobselete $(DIST)
40
41lrelease.target = lrelease
42lrelease.commands = lrelease $(DIST)
43
44QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease