-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 @@ -9,28 +9,29 @@ contains( CONFIG, quick-app-lib ) { DEFINES += OPIE_APP_INTERFACE !contains( TARGET, launcher ) { message( Linking $$TARGET to quicklauncher ) system( rm -f $$(OPIEDIR)/bin/$$TARGET ) system( ln -s quicklauncher $$(OPIEDIR)/bin/$$TARGET ) } } 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 } INSTALLS += target # ipkg control files control.path = /CONTROL control.files = control postinst prerm postrm preinst conffiles INSTALLS += control |