-rw-r--r-- | include.pro | 5 |
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 @@ -15,16 +15,17 @@ contains( CONFIG, quick-app-lib ) { } 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 } !contains( TEMPLATE, lib ) { target.path = $$prefix/bin } |