Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Deploying QtQuick project in windows
Qt 6.11 is out! See what's new in the release blog

Deploying QtQuick project in windows

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.0k 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.
  • S Offline
    S Offline
    siaswar
    wrote on last edited by
    #1

    I finished my school project. When I want to run program out of Qt-Creator it need dll files. I gathered all needed dll files for program and now it says the ther is no entry point in QtCore4.dll. My project is a Qt-Quick project. how should I run the program without qtcreator? the "link":http://qt-project.org/doc/qt-4.8/deployment-windows.html is too complicated.

    1 Reply Last reply
    0
    • B Offline
      B Offline
      beemaster
      wrote on last edited by
      #2
      1. Download "Dependency Walker":http://www.dependencywalker.com
      2. Open your exe in it and see, what dlls you are missing
      3. If you use mingw, you also need mingw10.dll libstdgcc.dll from C:\QtSDK\mingw\bin (not sure about names, you better check yourself)

      Dependency walker is your best friend on Windows!

      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