how to install qt application manager
-
wrote on 17 Dec 2017, 23:43 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? -
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?@miladm31 You should install Qml
-
wrote on 18 Dec 2017, 09:21 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 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?!@miladm31 How did you install Qt?
-
@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. -
wrote on 18 Dec 2017, 10:16 last edited by
@jsulm said in how to install qt application manager:
absolute path
@jsulm thanks man .
i'm very new to this :)))
4/7