Anyone ?
I want to know what variable can we use in .pro in creating webapp ? when i check the documentation regarding the variables there's no webassembly on the docs .
i need this to separate android,ios,windows,linux included path to webassembly includedpath , so i can use one project on all platform
what i need to know in webassembly is
What variable in .pro file to separate webapp to other project like , android{} , ios{} win{} is it wasm{}? or web{} ? or any other ?
How can i call javascript method from QML ? or c++ ?
What variable in .pro file that can add javascript file to my project
What variable in .pro file that can add folders only for webassembly project ?
Sometimes using qrc resource file is not needed to import qml custom control from other folders i try this on my self that i can use "/where/is/the/custom/control/path" as NameSpaceAlias on my other project without saving it into .qrc , but on the webassembly eventhough i define the file in .pro in DISTFILES, after compilation the files from distfiles are not included on the folder where compiled wasm located , so this gives me error