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. Qmake not found?? (Fedora 28)
Forum Updated to NodeBB v4.3 + New Features

Qmake not found?? (Fedora 28)

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 3 Posters 3.3k Views 2 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
    DoubleC122
    wrote on last edited by
    #1

    Hi, what I'm basically trying to do is build the QMYSQL plugin, except I'd technically need qmake, which, up to this point I didn't know it was actually missing from my system (I'm using Fedora 28). To clarify things, I have been doing the following things:

    • I searched for qmake in /home/<username>/Qt/5.11.0/gcc_64/bin/, but didn't find qmake
    • I entered the command which qmake and got /usr/bin/which: no qmake in (/home/catalin/.local/bin:/usr/local/bin:/usr/bin:/bin:/home/catalin/bin:/usr/local/sbin:/usr/sbin)
    • I entered the command qmake -v and got command not found: qmake

    From these I can clearly deduce that qmake is really not installed, which stunned me a bit, because my Qt installation went perfectly. I also searched for all kinds of qt packages in the Fedora repository, but most packages with everything required are already installed, and others are just not relevant. What could the problem be? I saw that for most people, they still had qmake present in the gcc/bin/ location, but I don't.

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

      Hi,

      If there's no qmake in the bin folder of your Qt installation, then there's something wrong with said installation.

      You should try to re-install that version of Qt.

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

      D 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        If there's no qmake in the bin folder of your Qt installation, then there's something wrong with said installation.

        You should try to re-install that version of Qt.

        D Offline
        D Offline
        DoubleC122
        wrote on last edited by
        #3

        @SGaist Hmm, that is quite inconvenient

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

          I do agree. I don't know what happened to the qmake executable that should have been there.

          In any case, there has been new release of 5.11 so this is your chance to update to a more recent version at the same time.

          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
          • D Offline
            D Offline
            DoubleC122
            wrote on last edited by
            #5

            Yeah, now I'm even more stunned. Even though I've previously searched the bin directory thoroughy for qmake and didn't find it, now magically showed itself. I'm quite astounded, I don't understand why it didn't show up before. In fact, I did take the whole path to bin and added qmake at the end and said that qmake didn't exist, but now it works. Wow.

            jsulmJ 1 Reply Last reply
            0
            • D DoubleC122

              Yeah, now I'm even more stunned. Even though I've previously searched the bin directory thoroughy for qmake and didn't find it, now magically showed itself. I'm quite astounded, I don't understand why it didn't show up before. In fact, I did take the whole path to bin and added qmake at the end and said that qmake didn't exist, but now it works. Wow.

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @DoubleC122 said in Qmake not found?? (Fedora 28):

              In fact, I did take the whole path to bin and added qmake at the end and said that qmake didn't exist

              Most probably you had a type in the path

              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