summaryrefslogtreecommitdiff
path: root/include.pro
Unidiff
Diffstat (limited to 'include.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/include.pro b/include.pro
index fb27a6d..301d6a8 100644
--- a/include.pro
+++ b/include.pro
@@ -3,6 +3,14 @@
3# base opie install path 3# base opie install path
4outdir = /opt/QtPalmtop 4outdir = /opt/QtPalmtop
5 5
6contains( TEMPLATE, lib ) {
7 target.path = $$outdir/lib
8}
9!contains( TEMPLATE, lib ) {
10 target.path = $$outdir/bin
11}
12INSTALLS += target
13
6# ipkg control files 14# ipkg control files
7control.path = /CONTROL 15control.path = /CONTROL
8control.files = control postinst prerm postrm preinst conffiles 16control.files = control postinst prerm postrm preinst conffiles