Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator 3.1.1 does not handle SIGQUIT correctly
Forum Updated to NodeBB v4.3 + New Features

QtCreator 3.1.1 does not handle SIGQUIT correctly

Scheduled Pinned Locked Moved Qt Creator and other tools
qtcreator signa
1 Posts 1 Posters 465 Views 2 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.
  • G Offline
    G Offline
    Gregor
    wrote on last edited by
    #1

    Since 3.1.1 QtCreator will only create a .user-file when it exits via Ctrl+Q. Before 3.1.1, the file was created at startup.
    How can I send a signal to a running qtcreator to quit like the user pressed Ctrl+q so that a .user file is created?

    Background:
    I'm using QtCreator as an C-IDE for embedded software development on ARM-NONE-EABI platform.
    My projects require to run a special compile.sh script instead of make all. For this, I wrote a SHELL script to start qtcreator to have it create a .user file. After qtcreator has created the .user-file, the script simply sends it a SIGKILL to shut down. This .user-file is then modified for proper project settings. Then qtcreator is started again and shows the correct project settings.
    Since 3.1.1, this automatic configuration does not work anymore.

    Is there another way to automatically configure a qtcreator project?

    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