Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Plugin can't be found on OSX
Qt 6.11 is out! See what's new in the release blog

Plugin can't be found on OSX

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.6k 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.
  • H Offline
    H Offline
    Hedge
    wrote on last edited by
    #1

    It's again Jens's "QML desktop-components":http://labs.qt.nokia.com/2011/03/10/qml-components-for-desktop/

    I'm using them on Windows and it works without issues. On OSX however I keep getting:

    bq. qrc:/qml/MyProject/main.qml:4:1: module ":.desktop-components.components" plugin "styleplugin" not found

    In the qml-file I import via
    @import "../../desktop-components/components"
    import "../../desktop-components/components/plugin"@

    To build the plugin I did:
    make clean,qmake,make and make install (inside Qt Creator).
    You can find the output of these commands in this pdf-file: http://www.ali.dj/desktop-components-install-output.pdf

    I also set QT_DEBUG_PLUGINS=1 in Bash and started Qt Creator via Bash but got none output (maybe because I'm starting my program in release-mode ?).

    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