summaryrefslogtreecommitdiff
Side-by-side diff
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,6 +1,8 @@
+# make install
+
# base opie install path
outdir = /opt/QtPalmtop
# ipkg control files
control.path = /CONTROL
control.files = control postinst prerm postrm preinst conffiles
@@ -27,6 +29,16 @@ data.files = share/*
INSTALLS += data
# sounds, default path is $$outdir/sounds/$$TARGET
sounds.path = $$outdir/sounds/$$TARGET
sounds.files = sounds/*
INSTALLS += sounds
+
+# new targets
+
+lupdate.target = lupdate
+lupdate.commands = lupdate -noobselete $(DIST)
+
+lrelease.target = lrelease
+lrelease.commands = lrelease $(DIST)
+
+QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease