Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Wasm_32 missing qml plugins after linking.
Forum Updated to NodeBB v4.3 + New Features

Wasm_32 missing qml plugins after linking.

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 184 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • EndrII 0E Offline
    EndrII 0E Offline
    EndrII 0
    wrote on last edited by
    #1

    After successfully building the project under wasm_32. ran into a problem.
    Judging by the browser log, the qml plugins, including my qml module, did not get into the executable file.

    QQmlApplicationEngine failed to load component
    qtloader.js:382 qrc:/View/main.qml:5:1: module "ViewSolutionsModule" is not installed
    qtloader.js:382 qrc:/View/main.qml:4:1: module "QtQuick.Controls.Material" is not installed
    qtloader.js:382 qrc:/View/main.qml:3:1: module "QtQuick.Controls" is not installed
    qtloader.js:382 qrc:/View/main.qml:2:1: module "QtQuick.Window" is not installed
    qtloader.js:382 qrc:/View/main.qml:1:1: module "QtQuick" is not installed
    qtloader.js:382 qrc:/View/main.qml:5:1: module "ViewSolutionsModule" is not installed
    qtloader.js:382 qrc:/View/main.qml:4:1: module "QtQuick.Controls.Material" is not installed
    qtloader.js:382 qrc:/View/main.qml:3:1: module "QtQuick.Controls" is not installed
    qtloader.js:382 qrc:/View/main.qml:2:1: module "QtQuick.Window" is not installed
    qtloader.js:382 qrc:/View/main.qml:1:1: module "QtQuick" is not installed
    qtloader.js:382 qrc:/View/main.qml:5:1: module "ViewSolutionsModule" is not installed
    qtloader.js:382 qrc:/View/main.qml:4:1: module "QtQuick.Controls.Material" is not installed
    qtloader.js:382 qrc:/View/main.qml:3:1: module "QtQuick.Controls" is not installed
    qtloader.js:382 qrc:/View/main.qml:2:1: module "QtQuick.Window" is not installed
    qtloader.js:382 qrc:/View/main.qml:1:1: module "QtQuick" is not installed
    qtloader.js:382 qrc:/View/main.qml:5:1: module "ViewSolutionsModule" is not installed
    qtloader.js:382 qrc:/View/main.qml:4:1: module "QtQuick.Controls.Material" is not installed
    qtloader.js:382 qrc:/View/main.qml:3:1: module "QtQuick.Controls" is not installed
    qtloader.js:382 qrc:/View/main.qml:2:1: module "QtQuick.Window" is not installed
    qtloader.js:382 qrc:/View/main.qml:1:1: module "QtQuick" is not installed
    qtloader.js:382 qrc:/View/main.qml:5:1: module "ViewSolutionsModule" is not installed
    qtloader.js:382 qrc:/View/main.qml:4:1: module "QtQuick.Controls.Material" is not installed
    qtloader.js:382 qrc:/View/main.qml:3:1: module "QtQuick.Controls" is not installed
    qtloader.js:382 qrc:/View/main.qml:2:1: module "QtQuick.Window" is not installed
    qtloader.js:382 qrc:/View/main.qml:1:1: module "QtQuick" is not installed
    

    How the assembly mechanism should work, how exactly to force cmake to include all the necessary plugins in the executable file?
    Honestly, I thought this should happen automatically when libraries are connected. but this does not happen.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved