Re: [Interest] In-App purchase for the Mac App Store

2012-05-22 Thread Till Oliver Knoll
Am 22.05.2012 um 20:47 schrieb noru...@me.com: > Hello, > > ... but I don't know how to combine C++/Qt with the Objective-C/C++. Use Objective-C++ (*.mm) code to mix C++ code with Objective-C (limitations apply, google for "Objective-C++"). Use the qmake OBJECTIVE_SOURCES variable to add you

[Interest] In-App purchase for the Mac App Store

2012-05-22 Thread norulez
Hello, does anyone got it to work and could give me a hint on how to start? I saw an example on http://developer.apple.com but I don't know how to combine C++/Qt with the Objective-C/C++. I want to use the Store Kit API with an Ui designed in Qt. I also read that Qt provides a mechanism for In

Re: [Interest] Creating an aux library

2012-05-22 Thread Till Oliver Knoll
Am 22.05.2012 um 12:53 schrieb Sensei : > What am I missing right now? MOCs and UIs. > > ... > What to you think I can do to automate this process? I thought that > creating a library would be an easy path, but I don't know if qmake can > generate a Makefile for this. Don't you have the sam

Re: [Interest] Q_NO_USING_KEYWORD

2012-05-22 Thread Thiago Macieira
On terça-feira, 22 de maio de 2012 14.33.37, Graham Labdon wrote: > Hi > I am using a QStringList and wanted to use the documented > > indexOf(const QString &str, int from = 0) > > method. > > My compiler did not like this because Q_NO_USING_KEYWORD is not defined. > I can overcome this by adding t

[Interest] Q_NO_USING_KEYWORD

2012-05-22 Thread Graham Labdon
Hi I am using a QStringList and wanted to use the documented indexOf(const QString &str, int from = 0) method. My compiler did not like this because Q_NO_USING_KEYWORD is not defined. I can overcome this by adding the appropriate define in the .pro file - DEFINES += Q_NO_USING_KEYWORD However,

[Interest] Creating an aux library

2012-05-22 Thread Sensei
Dear all, I am developing applications on my Mac, using Xcode. Now, I'd like to make things smooth, using the most of Xcode, and using qmake for just the things I need. What am I missing right now? MOCs and UIs. How can I create a (static) library from MOCs and UI's header/source files? Right

[Interest] Warining about: Project WARNING: QtGui cannot have a QT of gui

2012-05-22 Thread song.7.liu
Hi, I am building the Qt5, but could somebody point out what's the possible cause of: Project WARNING: QtGui cannot have a QT of gui ? Any information is appreciated ;) Thanks, Song ___ Interest mailing list Interest@qt-project.org http://lists.qt-