summaryrefslogtreecommitdiff
path: root/include.pro
Side-by-side diff
Diffstat (limited to 'include.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/include.pro b/include.pro
index 43efea5..70ed731 100644
--- a/include.pro
+++ b/include.pro
@@ -18,10 +18,11 @@ contains ( CONFIG, quick-app-bin ) {
TEMPLATE = app
DESTDIR = $(OPIEDIR)/bin
DEFINES -= OPIE_APP_INTERFACE
- message( Touching plugins/application/lib$$TARGET.so )
- system( touch $$(OPIEDIR)/plugins/application/lib$$TARGET.so )
+ message( Touching plugins/application/lib$${TARGET}.so )
+ system( touch $$(OPIEDIR)/plugins/application/lib$${TARGET}.so )
}
+
contains( TEMPLATE, lib ) {
target.path = $$prefix/lib
}