Results 1 to 4 of 4

Thread: About Qt and external libraries... Tutorials? Links?

  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default About Qt and external libraries... Tutorials? Links?

    I'd want to use C++ libraries. (I'm C++ begginer...)
    I dont know where to find useful libraries (for example to do math operations, Opengl, etc.). And I dont know the basic about 'how to use external libraries with QT'.
    Ok, can anyone give me some indications ?
    Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: About Qt and external libraries... Tutorials? Links?

    I'd want to use C++ libraries.
    For what purpose?
    I dont know where to find useful libraries
    Useful for what?
    Static linking
    Dynamic linking
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Dec 2010
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: About Qt and external libraries... Tutorials? Links?

    I am in the same boat (kinda); I am learning C++/Qt from a procedural/interpreted language...blah,blah,blah.

    tonnot,
    Have you read any C++ books, taken any courses, etc.? The reason I ask is: I am wondering if you mean classes not libraries. If you are just learning C++ you may want to look into "Class inheritance".

    Again, I am just an idiot and/or I am still learning this stuff too but you need to compile libraries and link them into your app where as a class you can just inherit. -i.e. link in a binary "thing" (like a .DLL in Windows) into your project vs inherit some procedures via source.

    There is also a link at the top of the forum for the WIKI you may want to checkout in between your readings of the Qt docs.

  4. #4
    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: About Qt and external libraries... Tutorials? Links?

    Quote Originally Posted by tonnot View Post
    ...And I dont know the basic about 'how to use external libraries with QT'...
    Here is the official guide to add external libraries to qmake project files

Similar Threads

  1. Using external libraries
    By Handi in forum Newbie
    Replies: 5
    Last Post: 9th December 2010, 22:51
  2. Replies: 1
    Last Post: 27th September 2010, 14:21
  3. Nested links on different static libraries
    By locke in forum Qt Programming
    Replies: 1
    Last Post: 9th August 2010, 09:47
  4. How to Open External Links?
    By merry in forum Qt Programming
    Replies: 1
    Last Post: 18th March 2008, 06:47
  5. open an external links
    By sudheer in forum Qt Tools
    Replies: 4
    Last Post: 17th January 2008, 04:50

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.