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
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
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
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
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,
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
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-