PDA

View Full Version : Mac OSx SMJobBless



JoZCaVaLLo
9th July 2012, 14:45
Hello people...

I try althaught I already could not find lots of posts even for Xcode...
Does anybody have an Idea about implementing SMJobBless with a Qt Creator project?

Tnx!!!

ChrisW67
10th July 2012, 01:13
Qt Creator is an IDE. Your question is, "How do I integrate a C++ program with Objective C/C++ snippets from Apple?" Perhaps you could find some inspiration http://el-tramo.be/blog/mixing-cocoa-and-qt/

JoZCaVaLLo
10th July 2012, 13:45
You are right... I did write a bad question...

Please follow the new post:
http://www.qtcentre.org/threads/49892-How-to-include-a-privileged-helper-tool-in-my-Qt-Application-for-Mac

KATO2
23rd April 2016, 19:27
Perhaps my answer is late for you, but I hope it can helps anothers Qt Developers. I have create a project in Qt to show how to sign, install an execute a privileged helper tool by using SMJobBless; you can see the code here: https://github.com/mbsanchez/QtPrivilegedHelperExample

I have created it, because there is not documentation on how to install a privileged helper tool, what was developed with C++ on QtCreator.