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. Unable to start QtQuick application

Unable to start QtQuick application

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 358 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.
  • N Offline
    N Offline
    NeoMind
    wrote on last edited by
    #1

    HI,
    I am not able to launch any QtQuick application on it is own even though I copied all the 4 dlls needed (core, qml, gui and network) .They launch properly from QtCreator. however
    Even the examples are having same issue.

    I am on Windows 10 Home 64 bit system and and using the latest stable version of QT and QTcreator with MSVC2017 as backend.

    Am I missing something? I did not have any issue wth QTWidgets. I am almost at the verge of dropping QtQuick altogether just because of this.

    raven-worxR 1 Reply Last reply
    0
    • N NeoMind

      HI,
      I am not able to launch any QtQuick application on it is own even though I copied all the 4 dlls needed (core, qml, gui and network) .They launch properly from QtCreator. however
      Even the examples are having same issue.

      I am on Windows 10 Home 64 bit system and and using the latest stable version of QT and QTcreator with MSVC2017 as backend.

      Am I missing something? I did not have any issue wth QTWidgets. I am almost at the verge of dropping QtQuick altogether just because of this.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @NeoMind said in Unable to start QtQuick application:

      I am not able to launch any QtQuick application on it is own even though I copied all the 4 dlls needed (core, qml, gui and network)

      you also need to copy all the plugins (and qmldir files) you import in your qml files.
      See the qml folder in your Qt directory. (Preserve the folder structure as in the qml directory)

      Or use the windeployqt tool and remove all unneeded files afterwards.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      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