Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. [solved] QT 4.8 + OS X 10.6 or above + sparkle framework : How to integrate and deploy ?
Forum Updated to NodeBB v4.3 + New Features

[solved] QT 4.8 + OS X 10.6 or above + sparkle framework : How to integrate and deploy ?

Scheduled Pinned Locked Moved 3rd Party Software
4 Posts 2 Posters 2.5k 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.
  • G Offline
    G Offline
    gladiator
    wrote on last edited by
    #1

    Currently I am developing a QT based app which I want to deploy on windows, linux/ubuntu & OS X 10.6 or above. I want the app to auto update itself. I have already done the job for ubuntu which was pretty straight forward. For OSX I came across Sparkle framework. But I could not find any guide to using it properly with QT creator and my qt project. I am very new to this all can you all please help me with it.

    Setup :
    OS X : 10.6
    QT : 4.8
    Sparkle framework

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

      Hi and welcome to devnet,

      For the integration part, you can link Sparkle like any other framework.
      To mix it with Qt you'll have to use Objective-C++ (mixing objective-c and c++ in the same file)

      Create a C++ interface to talk with Sparkle from your main program, that can be a QObject and do all the operations related to Sparkle in the implementation file.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gladiator
        wrote on last edited by
        #3

        Hi SGaist ,

        I am pretty new to this, can you point me to a basic tutorial/example of this. Any example which accomplish the same goal will work for me.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          "This":https://el-tramo.be/blog/mixing-cocoa-and-qt/ is an example about mixing Qt and Cocoa and it has the benefit of using Sparkle

          Hope it helps

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - 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