Results 1 to 2 of 2

Thread: Including sdk to Qt Creator

  1. #1
    Join Date
    Aug 2018
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default Including sdk to Qt Creator

    Hello guys,



    I am having some trouble including the sdk on Qt Creator.



    http://prntscr.com/kg41i6



    In this picture is the include that I put.



    http://prntscr.com/kg41xu



    And in this picture, I have always the same error about a undefinied reference.



    Do you guys have any idea what can be?



    Thank you all!

    Cheers

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Including sdk to Qt Creator

    It is not enough to add include statements in your code to use external functionality. You also need to link in the needed libraries (by putting appropriate LIBS+=<...> statements in your project file).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Including QtNetwork
    By treyweaver in forum Newbie
    Replies: 2
    Last Post: 3rd January 2011, 15:42
  2. Including the QT libraries
    By hapheston in forum Installation and Deployment
    Replies: 3
    Last Post: 22nd August 2010, 14:23
  3. help on including the headers
    By newb in forum Qt Programming
    Replies: 0
    Last Post: 21st June 2010, 06:41
  4. including Qt headers in DLL
    By dave_mm0 in forum Newbie
    Replies: 7
    Last Post: 15th July 2009, 22:39
  5. including
    By mickey in forum General Programming
    Replies: 2
    Last Post: 26th July 2006, 22:08

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.