Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    [Solved] qt 5.3 ( qt creator 3.1.1 ) with ubuntu 14.04 LTS, no auto-detect of gcc.

    General and Desktop
    2
    3
    3267
    Loading More Posts
    • 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
      pmseattle last edited by

      I did a fresh install of Ubuntu 14.04 LTS on my laptop and then installed the latest Qt ( 5.3 with Creator 3.1.1). Qt will not auto detect gcc, nor can I set it up manually using tools/options/Build and Run/compilers. Gcc is definitely on my computer - I can see it in the /usr/bin directory, and I can compile and run a simple hello-world program from a terminal, but Qt will not recognise it. What am I missing ?

      1 Reply Last reply Reply Quote 0
      • JKSH
        JKSH Moderators last edited by

        Hi,

        The C compiler is installed by default on Ubuntu, but the C++ compiler is not.

        Install g++ from your package manager.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply Reply Quote 0
        • P
          pmseattle last edited by

          Thanks, you´re right, I remembered that right after I posted the above and loaded g++.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post