-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building for wasm. #49
Comments
My question is how can i build the app directly with qmake and make? |
We do not support qmake. |
Thanks for your answer, |
Qt installed from the official repository is designed so that configure and cmake can detect the paths of libraries, etc. |
Hi,
i have installed qt from source with wasm emscripten plugin enabled to build this app for webassembly.
So i am not using qtbase5-dev package for this build.
But when i tried to configure the app i got this error message when it was checking for qt and qmake,
How can i solve this problem and
make
this app?Thanks,
The text was updated successfully, but these errors were encountered: