Discussion Board

Results 1 to 4 of 4

Thread: Upgrade Qt

  1. #1
    Regular Contributor waelfarouk's Avatar
    Join Date
    Jan 2009
    Posts
    171
    Hello,
    how to install Qt 4.6 and keep older version
    (notes i used VM ready image )

    Regards
    Wael

  2. #2
    Nokia Developer Moderator divanov's Avatar
    Join Date
    Oct 2009
    Posts
    4,326
    Create another target in scratchbox and install the latest software to the new target. Then switch targets when necessarily.

  3. #3
    Regular Contributor waelfarouk's Avatar
    Join Date
    Jan 2009
    Posts
    171
    Quote Originally Posted by divanov View Post
    Create another target in scratchbox and install the latest software to the new target. Then switch targets when necessarily.

    Thanks,
    do you have a step by step example either using terminal

    i am new to linux but i can operate
    just need guidelines

    Regards
    Wael

  4. #4
    Nokia Developer Moderator divanov's Avatar
    Join Date
    Oct 2009
    Posts
    4,326
    Try this script outside of scratchbox:
    Code:
    #!/bin/bash
    
    if [[ "${1}" != "arm" && "${1}" != "i386" ]] ; then
        echo 'Please specify arch: "arm" or "i386"' ;
        exit 1;
    fi
    
    TARGET=${1}-F-$(date +"%V-%u")
    if [[ $(expr match ${TARGET} "arm") -ne "0" ]] ; then
        /scratchbox/login sb-conf st ${TARGET} -c cs2007q3-glibc2.5-arm7 -d debian-etch:perl:qemu -t qemu-arm-sb ;
        /scratchbox/login sb-conf rootstrap ${TARGET} http://repository.maemo.org/stable/5.0/armel/maemo-sdk-rootstrap_5.0_armel.tgz ;
    else
        /scratchbox/login sb-conf st ${TARGET} -c cs2007q3-glibc2.5-i486 -d debian-etch:perl -t none ;
        /scratchbox/login sb-conf rootstrap ${TARGET} http://repository.maemo.org/stable/5.0/i386/maemo-sdk-rootstrap_5.0_i386.tgz ;
    fi
    /scratchbox/login sb-conf select ${TARGET}
    /scratchbox/login sb-conf install --etc --devkits
    Note, you have to add binaries repository separately after running the script:
    http://tablets-dev.nokia.com/eula/index.php
    Last edited by divanov; 2010-06-24 at 13:22. Reason: cputransp devkit replaced with qemu

Similar Threads

  1. Qt for Symbian development resources
    By liuxg in forum [Archived] Qt General ( Qt技术)
    Replies: 55
    Last Post: 2011-01-26, 04:06
  2. automatic rotate screen on meamo
    By fily_love in forum Nokia N9
    Replies: 27
    Last Post: 2010-04-06, 08:37
  3. gsreamer-0.10-plugins-good+Phonon
    By niqt in forum Nokia N9
    Replies: 10
    Last Post: 2010-03-05, 09:56
  4. kinetic scrolling
    By stalep in forum Nokia N9
    Replies: 10
    Last Post: 2009-12-08, 12:41
  5. Senior QT Client Developer (Dublin, Ireland)
    By marynyc in forum News, Announcements and Job Listings
    Replies: 0
    Last Post: 2009-06-02, 18:24

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved