QtQuickApp didn't work

When i try to create a appimage from ready example, I have taken some error.

QQmlApplicationEngine failed to load component
qrc:/main.qml:2 module “QtQuick.Window” is not installed
qrc:/main.qml:1 module “QtQuick” is not installed
qrc:/main.qml:2 module “QtQuick.Window” is not installed
qrc:/main.qml:1 module “QtQuick” is not installed

I’am using qmake to create appimage and [Packaging from source steps]. appimage created but can not open.
how can i solve this error. Can you help me? I also want to find a tutorial from qt project to appimage.

You also need to deploy the qml directory.

When i try to create a appimage from ready example, I have taken some error.

How are you doing it? Using linuxdeployqt?