summaryrefslogtreecommitdiff
path: root/include.pro
Side-by-side diff
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
@@ -5,2 +5,10 @@ outdir = /opt/QtPalmtop
+contains( TEMPLATE, lib ) {
+ target.path = $$outdir/lib
+}
+!contains( TEMPLATE, lib ) {
+ target.path = $$outdir/bin
+}
+INSTALLS += target
+
# ipkg control files