Results 1 to 5 of 5

Thread: Undifined Refrence: vtable(the example of C++ GUI Programming with Qt4, sec edition)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Undifined Refrence: vtable(the example of C++ GUI Programming with Qt4, sec editi

    your IDE is not running qmake and/or not linking to the files generated by moc.

    try to compile the example on command line via
    qmake
    make (or mingw-make )

  2. The following user says thank you to nish for this useful post:

    stereoMatching (19th January 2011)

Similar Threads

  1. Undifined Refrence: vtable
    By mweber1488 in forum Newbie
    Replies: 10
    Last Post: 5th January 2011, 17:28
  2. error: undefined refrence
    By motsh in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 3rd May 2009, 15:22
  3. vtable problems
    By high_flyer in forum Qt Programming
    Replies: 6
    Last Post: 3rd September 2007, 13:52
  4. silly undefined refrence to main
    By quickNitin in forum Newbie
    Replies: 3
    Last Post: 16th November 2006, 09:41
  5. Replies: 1
    Last Post: 18th June 2006, 10:12

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.