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. Daemonize a Qt console app
Forum Updated to NodeBB v4.3 + New Features

Daemonize a Qt console app

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 301 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.
  • M Offline
    M Offline
    Merlino
    wrote on last edited by
    #1

    Hello,

    which is the right way to "daemonize" a Qt application?

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by VRonin
      #2

      @kshegunov to the rescue: https://bitbucket.org/kshegunov/qtdaemon

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      kshegunovK 1 Reply Last reply
      4
      • VRoninV VRonin

        @kshegunov to the rescue: https://bitbucket.org/kshegunov/qtdaemon

        kshegunovK Offline
        kshegunovK Offline
        kshegunov
        Moderators
        wrote on last edited by
        #3

        ... yeah, although that particular lazy chap hasn't yet fixed and merged the v2.0 changes ... someday before I die, hopefully ... ;)

        Read and abide by the Qt Code of Conduct

        1 Reply Last reply
        3
        • S Offline
          S Offline
          SimonSchroeder
          wrote on last edited by
          #4

          Qt does not provide anything in itself to daemonize a Qt application. You need to use something platform specific. Or a library that wraps it like suggested.

          If you want to support a single platform, just do it in the "right" way for that particular platform independent of Qt.

          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