Results 1 to 3 of 3

Thread: Compiling static QT application

  1. #1
    Join Date
    Apr 2012
    Posts
    49
    Thanks
    14
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Compiling static QT application

    hi,

    I can able to compile and run QT application in desktop .

    I would like to compile a static QT Application with static library using uclibc compiler.

    Could you please help me out to resolve this issue..

    Thanks in advance...

    Regards
    vinith

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Compiling static QT application

    You first need to compile Qt framework static, because by default the framework installs only the dynamic build. This done by downloading the Qt source code, run configure -static...-your other configure options then run the make command //but i didn't used your tool-chain, so if i can't give you specific advices regarding your tools, maybe if you wait you get answers from somebody that used it.

  3. #3
    Join Date
    Apr 2012
    Posts
    49
    Thanks
    14
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Compiling static QT application

    Thanks for your reply.

    I have compiled qt framework for target board using buildroot.. That has compiled static only..

Similar Threads

  1. Qt application is not compiling with static linking?
    By gurmeetsingh in forum Qt Programming
    Replies: 14
    Last Post: 24th April 2012, 06:21
  2. "Cannot find -lqjpeg" error when compiling QT application in static mode
    By JonathanReez in forum Installation and Deployment
    Replies: 7
    Last Post: 6th September 2011, 15:44
  3. problem compiling qt application using static external libraries
    By pavan1984 in forum Installation and Deployment
    Replies: 0
    Last Post: 5th October 2010, 11:41
  4. Compiling static application
    By Benjamin in forum Qt for Embedded and Mobile
    Replies: 9
    Last Post: 23rd December 2008, 11:45
  5. Compiling QCA as static library
    By NoRulez in forum Qt Programming
    Replies: 1
    Last Post: 7th December 2008, 17:32

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.