-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,16 +43,20 @@ config RELEASE bool default y depends !DEBUG config QUICK_LAUNCH boolean "Enable 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 string default "qws/linux-generic-g++" if TARGET_X86 && (! X11) default "linux-g++" if TARGET_X86 && X11 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) default "linux-g++" if TARGET_SHARP && X11 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |