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. Using the file on the other qmake

Using the file on the other qmake

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.4k Views
  • 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.
  • R Offline
    R Offline
    Renn
    wrote on last edited by
    #1

    Hello friend,
    I want to ask about qmake compile. If I use qmake in another file does this work? The need in the configuration of the file pro or something if I use the command line for the experiment? If I use qmake on the other files in qt creator that was to be, when I run qmake on the command line does this work? If possible, please explain the steps.
    Thanks Before.

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

      I don't understand the question.
      What do you mean by "another file"?
      To use qmake on command line just go to the project directory there your *.pro file is and call qmake.
      It will generate the Make file then you can call "make" to build your project.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      R 1 Reply Last reply
      0
      • jsulmJ jsulm

        I don't understand the question.
        What do you mean by "another file"?
        To use qmake on command line just go to the project directory there your *.pro file is and call qmake.
        It will generate the Make file then you can call "make" to build your project.

        R Offline
        R Offline
        Renn
        wrote on last edited by
        #3

        @jsulm How to call qmake apart from the /usr/bin/qmake?

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

          You mean qmake installed somewhere else?
          Just provide the complete path to it: /some/other/directory/qmake

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          R 1 Reply Last reply
          0
          • jsulmJ jsulm

            You mean qmake installed somewhere else?
            Just provide the complete path to it: /some/other/directory/qmake

            R Offline
            R Offline
            Renn
            wrote on last edited by
            #5

            @jsulm Yes, qmake installed elsewhere. Can it be used?

            1 Reply Last reply
            0
            • jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Sure it can. But it will use Qt installation to which it belongs.

              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