Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. qmldir
    Log in to post

    • UNSOLVED Mixed C++\QML Plugin Shared Library
      QML and Qt Quick • plugin shared library qmldir • • simone.malvezzi  

      1
      0
      Votes
      1
      Posts
      59
      Views

      No one has replied

    • UNSOLVED How to call message dialog from qt c++ ?
      QML and Qt Quick • qmldir • • Ahti  

      9
      0
      Votes
      9
      Posts
      273
      Views

      @LeLev the reply was from Mobile, so it got missed.
    • SOLVED Style singleton
      QML and Qt Quick • styling qmldir • • GrahamLa  

      3
      0
      Votes
      3
      Posts
      446
      Views

      @GrahamLa said in Style singleton: My project files are contained in a folder and this has one subfolder named Style is this folder in (one of) the qml import path? If not you need to add the path to folder containing the Style-folder to it. Also you can put the folder (in a relative) subfolder to the qml file importing it inside the qrc file.
    • UNSOLVED Qt Creator 4.0 qml specifics files ignored
      QML and Qt Quick • modules qmldir qmldesigner qt creator 4.0 • • Okyn  

      3
      0
      Votes
      3
      Posts
      921
      Views

      Hi, I am not aware of any changes to the lookup of the the specifics files. And everything you describe looks good. Can you try to use the QML_IMPORT_PATH variable of qmake instead of the QML2_IMPORT_PATH environment variable?
    • [SOLVED]Deploying a Qt Quick 2 plugin with a static build
      QML and Qt Quick • deployment static build qt.conf qmldir extension plugi • • Monomix  

      6
      1
      Votes
      6
      Posts
      4150
      Views

      On it. Merci!