summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show 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
@@ -13,20 +13,21 @@ contains( CONFIG, quick-app-lib ) {
13 system( ln -s quicklauncher $$(OPIEDIR)/bin/$$TARGET ) 13 system( ln -s quicklauncher $$(OPIEDIR)/bin/$$TARGET )
14 } 14 }
15} 15}
16 16
17contains ( CONFIG, quick-app-bin ) { 17contains ( 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}
28!contains( TEMPLATE, lib ) { 29!contains( TEMPLATE, lib ) {
29 target.path = $$prefix/bin 30 target.path = $$prefix/bin
30} 31}
31INSTALLS += target 32INSTALLS += target
32 33