-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 | |||
@@ -19,8 +19,9 @@ contains ( CONFIG, quick-app-bin ) { | |||
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 | |||
25 | contains( TEMPLATE, lib ) { | 26 | contains( TEMPLATE, lib ) { |
26 | target.path = $$prefix/lib | 27 | target.path = $$prefix/lib |