Page 2 of 2 FirstFirst 12
Results 21 to 33 of 33

Thread: question about dlls..

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: question about dlls..

    No,

    When i said build i meant you need to build the Qt framework - since what is already built (the dlls) are not for static use.
    //coding is already done, you just need to build the Qt framework static, and then link your application with the static Qt framework you built earlier.

    And you will need to check with MinGW documentation on how to static link the MinGW run-time (so that you don't need those two dlls for MinGW)

    And if you didn't buy commercial license, you also need to make sure you still obey LGPL license.

  2. #2
    Join Date
    Apr 2011
    Posts
    124
    Thanks
    1
    Thanked 10 Times in 10 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows Symbian S60

    Default Re: question about dlls..

    On Symbian (and, I think, Maemo) you can use the "smart installer" that will download missing DLLs. The source for the smart installer is, I believe, "open", so you could presumably adapt it for another platform (though it would be a lot of work).

Similar Threads

  1. Where are .dlls searched for?
    By Cruz in forum Qt Programming
    Replies: 2
    Last Post: 15th October 2010, 14:40
  2. Linking to VB6 dlls
    By drmath in forum Qt Programming
    Replies: 0
    Last Post: 17th September 2010, 16:00
  3. Replies: 2
    Last Post: 22nd February 2007, 08:08
  4. Quick question regarding abstract classes and DLLs
    By durbrak in forum Qt Programming
    Replies: 1
    Last Post: 8th February 2007, 21:32
  5. Qt and dlls ?
    By probine in forum Qt Programming
    Replies: 4
    Last Post: 15th December 2006, 14:12

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.