Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to set Qt Creator Intellisense for C++14?
Forum Updated to NodeBB v4.3 + New Features

How to set Qt Creator Intellisense for C++14?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 234 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pcpro178
    wrote on 20 Aug 2020, 20:25 last edited by
    #1

    How do I configure Qt Creator's Intellisense parser to use rules for C++14? I'm using Qt Creator 4.9.2. Thanks.

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fcarney
      wrote on 20 Aug 2020, 22:58 last edited by
      #2

      I believe if you set the options in your pro for C++14 instead of C++11, then it should "just work". I am using a later version of Qt Creator however. You should upgrade your creator version if you can.

      CONFIG += c++11
      

      to

      CONFIG += c++14
      

      C++ is a perfectly valid school of magic.

      P 1 Reply Last reply 25 Aug 2020, 14:30
      3
      • F fcarney
        20 Aug 2020, 22:58

        I believe if you set the options in your pro for C++14 instead of C++11, then it should "just work". I am using a later version of Qt Creator however. You should upgrade your creator version if you can.

        CONFIG += c++11
        

        to

        CONFIG += c++14
        
        P Offline
        P Offline
        pcpro178
        wrote on 25 Aug 2020, 14:30 last edited by
        #3

        @fcarney I switched to version 5.5.0, and the problem does seem to be fixed now. Thanks!

        1 Reply Last reply
        0

        3/3

        25 Aug 2020, 14:30

        • Login

        • Login or register to search.
        3 out of 3
        • First post
          3/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved