howt create ubuntu touch app from qml quick project in qt creator(using qml 6.3.1)
-
-
@safalbk Do you have a question?
-
@cliffcoggin yes
-
how to create a .click package from qt quick project. for example https://github.com/safalbk/qml/tree/main this is a project that use qt 6.3.1, how i convert this project into Ubuntu touch app, i am a beginner
-
plese tell the steps need to convert a node js and react project into ubuntu touch app
NB : im using Ubuntu 20.04 ,sorry for grammar mistake
-
-
@safalbk said in howt create ubuntu touch app from qml quick project in qt creator(using qml 6.3.1):
@cliffcoggin yes
- how to create a .click package from qt quick project. for example https://github.com/safalbk/qml/tree/main this is a project that use qt 6.3.1, how i convert this project into Ubuntu touch app
If it helps( note that it is a bit outdated and syntax may have changed, but the overview is still fine ) :
https://m.youtube.com/watch?v=ehqlwRNrfO0 (qmake)https://m.youtube.com/watch?v=c2sq6aLeGec ( cmake )
Note that UT uses Qt 5.12 so some QML imports should be downgraded
I would recommend starting with a clickable template (
clickable create
) and adapt with your existing code. -
@safalbk I can not help in any way. I replied only to discover the reason for your post, so that others may provide useful assisstance.