Results 1 to 12 of 12

Thread: Creator 4.5.2 crash adding INCLUDEPATH

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2009
    Posts
    30
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Unhappy Creator 4.5.2 crash adding INCLUDEPATH

    Hello,

    I am trying to make use of a 3rd party library. It is header only. For reference, it is the CML matrix library at http://www.cmldev.net.

    I've added the following entry to my .pro file:
    Qt Code:
    1. INCLUDEPATH = c:/cml/cml-1_0_0
    To copy to clipboard, switch view to plain text mode 

    When I load this project under Creator, it crashes. I've looked at the qtcreator.exe and its memory usage very quickly (a few seconds) reaches 1,991,216KB which I believe is why it's crashing.

    Am I doing something wrong? I am quite desperate to overcome this hurdle.

    EDIT: I think it might be reading the source for indexing/code completion purposes. I have the include of cml.h in one of my source files.

    Thanks,

    PUK
    Last edited by PUK_999; 10th August 2009 at 16:11.

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.