Results 1 to 3 of 3

Thread: Compiler error with qtcreator and qtestlib

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Nov 2010
    Posts
    315
    Thanked 53 Times in 51 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Compiler error with qtcreator and qtestlib

    make complains that it can't find: ../git-cpim-/tests/mihmaptest.moc file.
    This file is auto-generated from header file. Since you have no header file for MihMapTest make simple cheat and add source file (mihmaptest.cpp) as a header in project file.
    Qt Code:
    1. HEADERS += tests/mihmaptest.cpp
    To copy to clipboard, switch view to plain text mode 


    Anyway my solution is a hack. Your code/project should work (at least something similar is working for me), maybe you should first try clean project and try build it again.
    Last edited by MarekR22; 15th November 2011 at 12:45.

Similar Threads

  1. Missing manifest for QtCore4d.dll
    By walmit in forum Installation and Deployment
    Replies: 1
    Last Post: 2nd June 2012, 03:16
  2. QtCreator compiler options
    By soxs060389 in forum Installation and Deployment
    Replies: 2
    Last Post: 2nd December 2011, 00:19
  3. compiler and app error with qtcreator 2.3 and 4..7.4
    By creatio.x in forum Installation and Deployment
    Replies: 2
    Last Post: 6th September 2011, 09:16
  4. Replies: 8
    Last Post: 16th February 2011, 05:16
  5. Replies: 2
    Last Post: 28th April 2009, 08:37

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.