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. Qt 5.4 static and QML

Qt 5.4 static and QML

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 643 Views 2 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.
  • M Offline
    M Offline
    mojo_risin
    wrote on last edited by
    #1

    Hello
    I have a QWidget application that uses some QML files. I have a statically build Qt 5.4, and when I try to build a static version of my application, I get a list of errors:
    @qrc:/QMLFiles/Resources/QML/temp_gauge.qml:1:1: module "QtQuick" is not installed
    qrc:/QMLFiles/Resources/QML/temp_gauge.qml:2:1: module "QtQuick.Controls" is not installed
    QObject::connect: Cannot connect Dashboard::DashWindow::tempChanged(QVariant) to (null)::onTempChanged(QVariant)@
    The errors are redirected to a text file. The application runs, but without the QQuickViews in it. Is it possible to build a static QML applicaiton?

    Thanks

    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