Results 1 to 15 of 15

Thread: How to add the Dll to the application??

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Thanks
    10
    Thanked 13 Times in 12 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to add the Dll to the application??

    http://docs.mitk.org/0.14/qxtglobal_8h.html

    Here it contains the importing and exporting of the dlls but how it can be done.. Could anyone help me in this please.. How to include mingwm10,libgcc_s_dw2-1,QtCore4,QtGui4,QtNetwork4?

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to add the Dll to the application??

    Just copy them to the same directory as your executable.

    If you statically link you have to agree to different licenses than if you don't, therefore it's far easier to just dynamically link.

  3. #3
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Thanks
    10
    Thanked 13 Times in 12 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to add the Dll to the application??

    I want to build only the exe file not the supporting files with it. How to link the dlls statically.. or adding the dlls. Just one big exe file which contains all the dlls in it

  4. #4
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to add the Dll to the application??

    You'll need to recompile Qt - see 'Deploying Qt Applications' -> http://doc.qt.nokia.com/latest/deployment.html

Similar Threads

  1. Replies: 8
    Last Post: 5th November 2012, 08:43
  2. Replies: 2
    Last Post: 21st November 2010, 18:03
  3. Replies: 3
    Last Post: 20th October 2010, 22:36
  4. Replies: 3
    Last Post: 6th January 2010, 16:55
  5. Replies: 12
    Last Post: 29th February 2008, 13:35

Tags for this Thread

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.