-rw-r--r-- | include.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include.pro b/include.pro index 0dc941b..ffdba16 100644 --- a/include.pro +++ b/include.pro @@ -8,8 +8,10 @@ contains( CONFIG, quick-app-lib ) { TEMPLATE = lib CONFIG += plugin # "plugin" will be removed automatically later if not MacOSX ! (eilers) DESTDIR = $(OPIEDIR)/plugins/application DEFINES += OPIE_APP_INTERFACE + DEFINES += QUICKAPP_NAME="\"$${TARGET}\"" + !contains( TARGET, launcher ) { message( Linking $$TARGET to quicklauncher ) system( rm -f $$(OPIEDIR)/bin/$$TARGET ) system( ln -sf $$QUICKLAUNCH_PATH $$(OPIEDIR)/bin/$$TARGET ) @@ -19,8 +21,9 @@ contains( CONFIG, quick-app-lib ) { contains ( CONFIG, quick-app-bin ) { TEMPLATE = app DESTDIR = $(OPIEDIR)/bin DEFINES -= OPIE_APP_INTERFACE + DEFINES += QUICKAPP_NAME="\"$${TARGET}\"" message( Touching plugins/application/lib$${TARGET}.so.0 ) system( touch $$(OPIEDIR)/plugins/application/lib$${TARGET}.so.0 ) } |