Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Installing Qt 4x
Forum Updated to NodeBB v4.3 + New Features

Installing Qt 4x

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 3 Posters 1.9k 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.
  • D Offline
    D Offline
    darkp03
    wrote on last edited by
    #1

    Hi everyone!

    Im developing on a 32bit Ubuntu machine, I have currently installed Qt 5.3.2 (GCC 4.6.1, 32 bit)
    Qt Creator 3.2.1, which I installed with the .run file.

    Now ive Downloaded the 4.7 version, but I cant find any qmake.exe on it. From QtCreator, to create a new kit I need to point to the QMake.exe file, how do I get this file?
    Thanks in advance

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      If I'm not mistaken Qt4 for Linux is a source code only. So you need to build and install it by your self or use Ubuntu packages if they are still available.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        darkp03
        wrote on last edited by
        #3

        Any idea how to do that, or where to find a guide?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andreyc
          wrote on last edited by
          #4

          "Install for X11":http://qt-project.org/doc/qt-4.8/install-x11.html which is Linux. Skip step 1.
          "Configure options":http://qt-project.org/doc/qt-4.8/configure-options.html

          Here is how I built it sometime ago
          @
          cd qt-everywhere-opensource-src-4.8.6
          ./configure -prefix $HOME/Qt4.8.6 -opensource -no-qt3support -qt-sql-sqlite -plugin-sql-sqlite -no-webkit -confirm-license
          make
          make install
          @

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            One other possibility is to use Ubuntu's provided Qt 4 if it's recent enough

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            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