how to install qt application manager
-
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? -
@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?!