Results 1 to 2 of 2

Thread: how to create DLL in Qt on window platform

  1. #1
    Join Date
    Mar 2011
    Location
    delhi
    Posts
    45
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Exclamation how to create DLL in Qt on window platform

    hi all
    pls temm me how to create dll in Qt and shared with Application as in MFC.


    thanks with regards;
    gauravg

  2. #2
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Thanks
    3
    Thanked 106 Times in 103 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: how to create DLL in Qt on window platform

    To build project as a library add
    Qt Code:
    1. TEMPLATE = lib
    To copy to clipboard, switch view to plain text mode 
    in your *.cpp file.

    Besides that - Google or search this forum, there's plenty of answers.

Similar Threads

  1. Replies: 0
    Last Post: 18th August 2010, 02:21
  2. Replies: 9
    Last Post: 16th May 2010, 16:21
  3. How to create cross-platform application?
    By fb2007 in forum Newbie
    Replies: 2
    Last Post: 22nd January 2009, 23:21
  4. Replies: 3
    Last Post: 4th February 2008, 19:28
  5. setting main window icon on linux platform
    By jyoti kumar in forum Qt Programming
    Replies: 4
    Last Post: 21st June 2007, 09:53

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.