Results 1 to 4 of 4

Thread: Qt Creator Deploying to Multiple Devices

  1. #1
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Qt Creator Deploying to Multiple Devices

    Qt Creator seems to assume that you only need to deploy to a single device. For most people this holds true, there is one device there on your workbench. But in my case I have a several devices in the lab, all identical embedded Linux systems but with different IP addresses. Is there a simple way to support multiple devices with a single kit? Or do I need to create a kit for each device?

    Thanks...

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt Creator Deploying to Multiple Devices

    You can create a custom deploy step that will deploy to additional devices. The real target will still serve for debugging.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt Creator Deploying to Multiple Devices

    It's not "additional" devices, but separate independent targets. Developers don't have their individual devices, there's a pool in the software lab. If my coworker is in the lab using system Alpha, then I should not deploy and debug on Alpha. I'll need to deploy/debug to Beta instead.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt Creator Deploying to Multiple Devices

    Ah, ok. But still you can use the same approach by providing many build configurations, one for each target. The user can then choose the target of their choice from the list of build configurations. With such approach be will have to choose run configuration separately that matches the build configuration. A different approach could be to do it on a different level by mapping IP addresses on a node where the traffic passes through. You could provide some visual interface for users to register for such mappings.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. How to distinguish multiple Keyboards (HID devices)
    By nardev in forum Qt Programming
    Replies: 2
    Last Post: 29th April 2013, 18:57
  2. Deploying Qt App. on different Symbian devices
    By Marwa Shams in forum Installation and Deployment
    Replies: 9
    Last Post: 9th November 2011, 16:11
  3. Issues deploying a Qt-Creator-Project on Linux
    By The_Maverick in forum Installation and Deployment
    Replies: 0
    Last Post: 22nd December 2010, 22:18
  4. Multiple tabs in Qt Creator 2.01 Help
    By MattPhillips in forum Qt Tools
    Replies: 2
    Last Post: 2nd November 2010, 13:04
  5. Qt Creator Multiple Forms
    By hkaraoguz84 in forum Qt Programming
    Replies: 7
    Last Post: 8th September 2010, 14:44

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.