Results 1 to 5 of 5

Thread: Qtopia ide

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jun 2007
    Location
    Cambridge, United Kingdom
    Posts
    5
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanked 2 Times in 2 Posts

    Unhappy Re: Qtopia ide

    I am afraid that your search for a Qtopia IDE will not be very successful. You must find an IDE that can be configured easily for building, running, and debugging Qtopia apps.

    At work, I am developing a mobile VoIP phone with SlickEdit Core. SlickEdit is also available as Eclipse plugin and Visual Studio add-in. It took me half an hour to set up the Qtopia build, to run Qtopia, and to have full code navigation working. You tell SlickEdit's build system when to call qtopiamake, make, and make install. You can also define the environment variables and working directories for these steps.

    Cross-compilation is set up in a device-specific qmake.conf file. For the Greenphone, it is devices/greenphone/mkspecs/qws/linux-greenphone-g++/qmake.conf. For none-phone editions, it might be at a different place.

    You can hook the call to qvfb into SlickEdit similar to the build commands. But in the end, you still have to do the integration into SlickEdit manually. The same is true for Eclipse, but we found that code navigation and code assist doesn't work properly there.

    To my knowledge, there is no IDE that supports Qtopia right out of the box. You have to do the integration yourself

    Cheers,
    Burkhard

  2. The following user says thank you to bvs for this useful post:

    yagabey (3rd August 2008)

Similar Threads

  1. Qtopia 4.2.4 opensource won't configure
    By MarkoSan in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 28th November 2007, 13:54
  2. Replies: 3
    Last Post: 6th March 2007, 18:24
  3. Qtopia 4.2 Open Source edition released!
    By lpotter in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 21st December 2006, 20:45
  4. Kdevlop and Qtopia
    By void* in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 19th December 2006, 06:43
  5. Undefined symbols in Qtopia
    By minguzzi in forum Installation and Deployment
    Replies: 0
    Last Post: 13th September 2006, 13:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.