-rw-r--r-- | Rules.make | 1 | ||||
-rw-r--r-- | config.in | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -23,4 +23,5 @@ ifneq ($(CONFIG_QUICK_LAUNCH),) echo CONFIG -= quick-app >> $@ echo CONFIG += quick-app-lib >> $@ + echo QUICKLAUNCH_PATH = $(CONFIG_QUICKLAUNCH_PATH) >> $@ echo \} >> $@ else @@ -49,4 +49,8 @@ config QUICK_LAUNCH default n +config QUICKLAUNCH_PATH + string "Path to quicklauncher" + default "./quicklauncher" if TARGET_X86 + default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 config SPECFILE |