Results 1 to 2 of 2

Thread: qt 3d unload lib3ds library

  1. #1
    Join Date
    Aug 2013
    Location
    china
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 3d unload lib3ds library

    i want to know how to unload lib3ds library in my qt compiler . my system is windows 7!

    i am a student .

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: qt 3d unload lib3ds library

    Qt is a library not a compiler.

    You need to build lib3ds to suit your environment. If you are using Microsoft Visual Studio then you can probably just use the supplied PRJ file. If you are using the MingW compiler you have a bit more work to do and will either need a complete MingW environment, or need to make your own Makefile (seems straightforward enough). This part has nothing to do with Qt.

    Then you need to arrange to use the library in your Qt project, something like:
    Qt Code:
    1. INCLUDEPATH += "c:/path/to/lib3ds/include"
    2. LIBS += -L"c:/path/to/lib3ds/bin" -l3ds
    To copy to clipboard, switch view to plain text mode 
    See Declaring Other Libraries

Similar Threads

  1. Replies: 3
    Last Post: 20th December 2012, 12:48
  2. How to unload a QDeclarativeView object
    By nestuser in forum Newbie
    Replies: 0
    Last Post: 17th August 2012, 06:45
  3. How to unload a QPixmap
    By MorrisLiang in forum Newbie
    Replies: 1
    Last Post: 19th June 2010, 22:30
  4. Replies: 0
    Last Post: 16th September 2009, 02:33
  5. Use of parent for automatic unload
    By PaceyIV in forum Newbie
    Replies: 9
    Last Post: 30th July 2009, 08:13

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.