Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    Solved how to install qt application manager

    Installation and Deployment
    2
    7
    1868
    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.
    • M
      miladm31 last edited by

      hi.
      i have Qt5.9.1 installed on my ubuntu 16.04.
      when i try to run the " qmake && make && make install " on terminal i get this error :
      "qtapplicationmanager/application-manager.pro:3: Unknown test function: qtHaveModule
      Project ERROR: The QtQml library is required for a non 'tools-only' build"
      this is the line that contain this error in .pro file :
      !tools-only:!qtHaveModule(qml):error("The QtQml library is required for a non 'tools-only' build")
      what should i do?

      jsulm 1 Reply Last reply Reply Quote 0
      • M
        miladm31 last edited by miladm31

        @jsulm by offline sdk setup. i already have QtQml on my Qt .

        jsulm 1 Reply Last reply Reply Quote 0
        • jsulm
          jsulm Lifetime Qt Champion @miladm31 last edited by

          @miladm31 You should install Qml

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

          1 Reply Last reply Reply Quote 0
          • M
            miladm31 last edited by

            @jsulm said in how to install qt application manager:

            Qm
            thanks man.could you please tell me how to do this?
            and i don't get it at all.installing qml module on what? Qt or application manager?!

            jsulm 1 Reply Last reply Reply Quote 0
            • jsulm
              jsulm Lifetime Qt Champion @miladm31 last edited by

              @miladm31 How did you install Qt?

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

              1 Reply Last reply Reply Quote 0
              • M
                miladm31 last edited by miladm31

                @jsulm by offline sdk setup. i already have QtQml on my Qt .

                jsulm 1 Reply Last reply Reply Quote 0
                • jsulm
                  jsulm Lifetime Qt Champion @miladm31 last edited by

                  @miladm31 The actual error is "Unknown test function: qtHaveModule".
                  Maybe you have another (older) Qt version on your machine and if you call qmake you call qmake from that Qt version?
                  Try to call qmake using absolute path.

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

                  1 Reply Last reply Reply Quote 2
                  • M
                    miladm31 last edited by

                    @jsulm said in how to install qt application manager:

                    absolute path

                    @jsulm thanks man .
                    i'm very new to this :)))

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