Results 1 to 3 of 3

Thread: QtCreator extremely slow with many includepaths

  1. #1

    Default QtCreator extremely slow with many includepaths

    I am building a project which uses PCL (point cloud library), VTK and boost. In Visual Studio everything is smooth but QtCreator becomes realy slow. Whenever I type something I wait several seconds for suggestions. It has become impossible to work. Are there any changes that I can make in the settings that will increase the speed?

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QtCreator extremely slow with many includepaths

    For a start, don't include everything by default. The less the source completion parser has to parse the better.

  3. #3

    Default Re: QtCreator extremely slow with many includepaths

    I agree, that could help. Unfortunately this is not an option. I use many header files from all libraries, and I have to use most of the includepaths. I guess I could copy the necessary header files to some other directory so that they wouldn't be among thousands of others. But that is not the solution for huge projects.

Similar Threads

  1. Qt Creator Debugging extremely slow
    By GMouzon in forum Qt Tools
    Replies: 4
    Last Post: 28th September 2015, 23:15
  2. Application Launch Extremely Slow
    By SKolaMunn in forum Qt Programming
    Replies: 1
    Last Post: 17th October 2011, 17:01
  3. Showing QGraphicsEllipseItems extremely slow
    By kalos80 in forum Qt Programming
    Replies: 5
    Last Post: 13th January 2010, 09:11
  4. QProcess extremely slow on Windows?
    By Pepe in forum Qt Programming
    Replies: 2
    Last Post: 26th March 2007, 00:25
  5. QTextEdit extremely slow with links
    By elahav in forum Qt Programming
    Replies: 2
    Last Post: 25th May 2006, 18:00

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.