Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. The complete program packaged using QIFW encountered an internal error of the qml library in the user environment.
Qt 6.11 is out! See what's new in the release blog

The complete program packaged using QIFW encountered an internal error of the qml library in the user environment.

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 426 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    ASaltedFish
    wrote on last edited by
    #1

    qt version: 5.15.2
    qifw version: 4.6.1
    os: win 10.0.26100.4768
    error: QtQuick/Controls/Private/Control.qml:82:9: Cannot assign to non-existent property "onStatusChanged"

    It seems to be related to permissions.

    1 Reply Last reply
    0
    • Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2

      onStatusChanged has been removed in Qt 6.
      The software is packaged with an outdated version of Qt, while the user environment obviously provides a recent version.
      You need to port the app to Qt 6...

      Software Engineer
      The Qt Company, Oslo

      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