Em sex 09 maio 2014, às 00:42:46, Eric Feigenson escreveu:
> !host_build:QMAKE_MAC_SDK = macox10.8
>
> The correct line should be:
>
> QMAKE_MAC_SDK = macox10.8
Why is this line correct?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Cen
I think (pretty sure, actually), I found a bug in qtbase/configure for the Mac
for Qt 5.3.0 RC1
The issue is the code that handles the -sdk command-line option.
at line 1216 it sez:
DeviceVar set !host_build:QMAKE_MAC_SDK "$VAL"
I'm not an expert on bash shell syntax, but I know that
qtbase
Hello,
I'm investigating porting an existing C++/QML application to Google NaCl,
and I found that Qt had attempted a port a couple years ago:
http://qt-project.org/wiki/Qt_for_Google_Native_Client. From what I've
found online, it looks like it's unsupported and no longer works with the
latest Qt a
Hi,
Features sounds great :-)
Will Bluetooth LE be supported?
Best regards,
Railwaycoder
Am 08.05.2014 13:31 schrieb "List for announcements regarding Qt releases
and development" :
>
> Hi,
>
> The Qt5.3 is RC now released, see
http://blog.qt.digia.com/blog/2014/05/08/qt-5-3-release-candidate-a
I have several projects I'd like to start on, but I am having a hard time
finding documentation on the newer areas of Qt. Specifically, I am looking for:
- A how-to on how to use QPA (Platform Abstraction)
- A how-to on how to access non-Adnroid Android APIs via JNI (not Contacts,
Camera, or a
Hello all,
KDE Akademy is coming.
This year it will be in Brno, in the Czech Republic on the 6th to 12th
September, with the talks being on the 6th and 7th
The call for paper to Akademy is now open and the deadline for submissions is
Sunday 18th May.
As Qt5 is a major topic in KDE Frameworks
> (the idea behind: I create a connection between both objects)
Maybe you can use Drag & Drop instead.
- Michael.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
On 8 May 2014, at 9:06 AM, Andreas Cord-Landwehr wrote:
> Hi, I am looking for a proper way on how to apply a mouse press-release
> operation on two QtQuick objects. For simplicity, say I have two rectangles
> on the QtQuick scene. Now I want to press the mouse at one of them and
> release it
Hi, I am looking for a proper way on how to apply a mouse press-release
operation on two QtQuick objects. For simplicity, say I have two rectangles
on the QtQuick scene. Now I want to press the mouse at one of them and
release it at the other rectangle. By this, I want to listen to the onPressed