Results 1 to 1 of 1

Thread: Qt Creator 2.7 deploy on embedded linux

  1. #1
    Join Date
    Mar 2010
    Posts
    77
    Thanks
    10
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Qt Creator 2.7 deploy on embedded linux

    Hi everybody,

    i have a embedded linux , i compile sftp-server, gdbserver for this board and their works greatly in command line
    and now i want to do all of this in Qt creator
    i add Device in Qt Creator and test connection work,
    when i go to Project tab i havent any option for choosing my device, why?
    why i havent any option for choose deplying file and choose local and remote file paths?
    how can i deploy and debug on this device


    Added after 24 minutes:


    adding this solved my problem:
    unix:!symbian {
    maemo5 {
    target.path = /opt/usr/lib
    } else {
    target.path = /home/delivery
    }
    INSTALLS += target
    }

    realy bad documentation for this
    Attached Images Attached Images
    Last edited by danics; 1st June 2013 at 19:25.

Similar Threads

  1. Replies: 1
    Last Post: 17th September 2012, 06:08
  2. Replies: 0
    Last Post: 8th August 2012, 17:49
  3. Replies: 0
    Last Post: 3rd May 2012, 03:45
  4. Replies: 5
    Last Post: 25th April 2012, 11:34
  5. Deploy Application build by QT Embedded avoiding X11 On Busybox ?
    By Thành Viên Mới in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 25th November 2010, 09:20

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.