Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Solved]Problem with QT 5.1.1 GCC_64 on Xubuntu 12.04.
Forum Updated to NodeBB v4.3 + New Features

[Solved]Problem with QT 5.1.1 GCC_64 on Xubuntu 12.04.

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 2.0k 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.
  • A Offline
    A Offline
    Aryman1983
    wrote on last edited by
    #1

    Hello devnet,
    I'm a noob and please be understanding.
    I install Qt 5.1.1 for Linux 64-bit (415 MB) and ruuning QT creator, but compiler is not automaticaly detected. How to manualy configure, becouse i don't see it on /QT folder?
    Sorry my engilsh:)

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stevenceuppens
      wrote on last edited by
      #2

      Hi,

      On linux, you have to install the compiler yourselves, its not in the Qt directory.

      For GCC compiler:
      @sudo apt-get install gcc g++ make @

      For Clang compiler:
      @sudo apt-get install clang make @

      after this Qt should detect your compilers, with GCC as default.

      if not, you can add the compiler manually:

      • preferences -> Build & Run -> Compilers
      • Add -> (GCC or Clang) -> Compiler path =
        /usr/bin/g++ (if GCC)
        /usr/bin/clang++ (if Clang)

      Steven CEUPPENS
      Developer / Architect
      Mobile: +32 479 65 93 10

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Aryman1983
        wrote on last edited by
        #3

        It's working! Thank you very much :)

        1 Reply Last reply
        0
        • S Offline
          S Offline
          stevenceuppens
          wrote on last edited by
          #4

          Perfect!

          Do you mark this post as [solved] in the title,

          Regards,

          Steven CEUPPENS
          Developer / Architect
          Mobile: +32 479 65 93 10

          1 Reply Last reply
          0

          • Login

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