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. windeployqt ignores Qt.labs.platform
QtWS25 Last Chance

windeployqt ignores Qt.labs.platform

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 328 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.
  • I Offline
    I Offline
    Igor Baidiuk
    wrote on last edited by
    #1

    I need to use Qt.labs.platform/FileDialog due to specific limitation in file dialog provided by QtQuick. Namely, it doesn't allow to set file name before dialog starts. The issue is, we're using windeployqt tool to gather all Qt binaries and pieces for our application. And this tool completely ignores that specific QML package, while fetching in Qt.labs.calendar just fine (probably pulled in by some library internals).

    I've added Widgets component as required for Qt in CMake's find_package. I link my binary with QWidgets, and it links just fine. I've added import Qt.labs.platform 1.1 in file which uses that component. Unfortunately these steps don't seem to be enough. What else do I need for windeployqt to recognize Qt.labs.platform plugin as dependency?

    Thanks

    1 Reply Last reply
    1

    • Login

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