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. how to install qt application manager
QtWS25 Last Chance

how to install qt application manager

Scheduled Pinned Locked Moved Solved Installation and Deployment
7 Posts 2 Posters 2.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.
  • M Offline
    M Offline
    miladm31
    wrote on last edited by
    #1

    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?

    jsulmJ 1 Reply Last reply
    0
    • M Offline
      M Offline
      miladm31
      wrote on last edited by miladm31
      #5

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

      jsulmJ 1 Reply Last reply
      0
      • M miladm31

        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?

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

        @miladm31 You should install Qml

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

        1 Reply Last reply
        0
        • M Offline
          M Offline
          miladm31
          wrote on last edited by
          #3

          @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?!

          jsulmJ 1 Reply Last reply
          0
          • M miladm31

            @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?!

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

            @miladm31 How did you install Qt?

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

            1 Reply Last reply
            0
            • M Offline
              M Offline
              miladm31
              wrote on last edited by miladm31
              #5

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

              jsulmJ 1 Reply Last reply
              0
              • M miladm31

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

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

                @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
                2
                • M Offline
                  M Offline
                  miladm31
                  wrote on last edited by
                  #7

                  @jsulm said in how to install qt application manager:

                  absolute path

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

                  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