Results 1 to 3 of 3

Thread: Core headers not found

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2011
    Location
    Brasil
    Posts
    39
    Thanks
    1
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Core headers not found

    You don't need to use "QtGui\"...

    Just review your .pro file, and make sure you have a line like:
    Qt Code:
    1. QT += core gui
    To copy to clipboard, switch view to plain text mode 

    And you should not have a "QT -= core"...

    HTH

  2. #2
    Join Date
    Aug 2011
    Posts
    2
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Core headers not found

    Still isn't working

    That's the first line inside of it.


    EDIT: Update: I've found that it actually works just fine in Code::Blocks. I am not entirely sure why.
    Last edited by CDRW; 5th August 2011 at 09:10.

Similar Threads

  1. QT Core Library Not Found
    By RyanS09 in forum Newbie
    Replies: 2
    Last Post: 26th April 2011, 09:51
  2. CPU core information
    By bred in forum Qt Programming
    Replies: 1
    Last Post: 2nd December 2010, 17:17
  3. QT core lib performance?
    By Quentin in forum Qt Programming
    Replies: 1
    Last Post: 31st January 2009, 09:17
  4. core dump
    By DadaLee in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 16th September 2008, 10:05
  5. app core dumps!!
    By Seema Rao in forum Qt Programming
    Replies: 6
    Last Post: 3rd May 2006, 12:36

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.