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. Qt Creator compile and run broken in release mode
Forum Update on Monday, May 27th 2025

Qt Creator compile and run broken in release mode

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 610 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.
  • Z Offline
    Z Offline
    zcybercomputing
    wrote on last edited by
    #1

    Hi,

    I used to be able to use the compile and run feature in release mode in Qt Creator. Now, for some reason Qt Creator doesn't seem to link the plugins, platform frameworks, and .dll files necissary to run. I am using Qt 5.5.1 mingw on Windows 7.

    If I use compile and run on a project in release mode, Qt Creator locks up and stops responding. The compile progress bar is about 50%, and I see three processes spawned in procexplorer with the project name. If I end program on Qt Creator, it shuts down but the three processes stay running. Taskkill returns success, but the processes are still running and have the project .exe file locked. The only solution is to restart.

    My questions are:
    Why does Qt enter this state when certain linked libraries or plugins are missing?

    How can I get Qt Creator to dynamically link to the correct files like it used to when using compile and run in release mode

    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      "and I see three processes spawned in procexplorer with the project name" - it looks like your application is hanging. Try to kill all these processes and start your application again. Check why your application does not shut down properly.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      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