summaryrefslogtreecommitdiff
path: root/include.pro
Unidiff
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 ) {
18 TEMPLATE = app 18 TEMPLATE = app
19 DESTDIR = $(OPIEDIR)/bin 19 DESTDIR = $(OPIEDIR)/bin
20 DEFINES -= OPIE_APP_INTERFACE 20 DEFINES -= OPIE_APP_INTERFACE
21 message( Touching plugins/application/lib$$TARGET.so ) 21 message( Touching plugins/application/lib$${TARGET}.so )
22 system( touch $$(OPIEDIR)/plugins/application/lib$$TARGET.so ) 22 system( touch $$(OPIEDIR)/plugins/application/lib$${TARGET}.so )
23} 23}
24 24
25
25contains( TEMPLATE, lib ) { 26contains( TEMPLATE, lib ) {
26 target.path = $$prefix/lib 27 target.path = $$prefix/lib
27} 28}