Results 1 to 5 of 5

Thread: Want to deploy Qt5 standalone executable through static linking on ubuntu 12.04 HELP!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2014
    Posts
    5
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Want to deploy Qt5 standalone executable through static linking on ubuntu 12.04 HELP!

    I'm trying to statically build Qt5 on ubuntu 12.04 so I could deploy a standalone executable.

    So I'm trying to follow the instructions in these two links:

    http://qt-project.org/doc/qt-5/linux-building.html
    http://qt-project.org/doc/qt-4.8/deployment-x11.html

    In the first link it says to run make and make install to install Qt on my ubuntu, but I can't even get past the make stage.

    I'm running make without any parameters, but I'm getting errors in the following areas:

    make[4]: *** [imagegestures] Error 1
    make[4]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase/examples/gestures/imagegestures'
    make[3]: *** [sub-imagegestures-make_first] Error 2
    make[3]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase/examples/gestures'
    make[2]: *** [sub-gestures-make_first] Error 1
    make[2]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase/examples'
    make[1]: *** [sub-examples-make_first] Error 1
    make[1]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase'
    make: *** [module-qtbase-make_first] Error 2

    What should I do?
    Last edited by bloks; 15th May 2014 at 20:35.

Similar Threads

  1. Qt Standalone Application Static Linking?
    By awpitt13 in forum Qt Programming
    Replies: 1
    Last Post: 12th December 2013, 02:51
  2. How to create executable in Ubuntu
    By WingFalcon in forum Installation and Deployment
    Replies: 2
    Last Post: 19th June 2013, 13:20
  3. Replies: 3
    Last Post: 7th February 2012, 10:40
  4. Replies: 3
    Last Post: 1st June 2011, 15:32
  5. How to create a standalone executable?
    By Ashish in forum Qt Programming
    Replies: 1
    Last Post: 25th January 2007, 15:04

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.