[Interest] Qmake - Target platform vs Build platform

2014-12-01 Thread Phil Hannent
but I also need a means of determining the build platform, is there anything in qmake that handles that? Many thanks Phil Hannent ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Using QMediaPlayer with Ogg Vorbis on Win7

2014-07-14 Thread Phil Hannent
On 13 July 2014 21:06, Tom Isaacson tom.isaac...@navico.com wrote: I was planning to use QMediaPlayer to display Ogg Vorbis (.ogv) audio/video files on Win7, as discussed here: http://qt-project.org/doc/qt-5/videooverview.html but when I try this I get an Unsupported media type error. I've

Re: [Interest] Slow touchscreen (eGalax) response in QML using evdevtouch plugin and eglfs platform

2014-05-27 Thread Phil Hannent
Hi, I have had experience with touch screens. The best place to start in my view is looking at the number of events and their frequency from the device. In my experience some equipment slows down the number of events it generates as you perform more complex/faster movements. I was working on

[Interest] Drag and drop with QWebView regression

2014-03-03 Thread Phil Hannent
Phil Hannent ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Context menu and touch

2014-02-06 Thread Phil Hannent
in terms of touch with Qt5? Regards Phil Hannent ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Context menu and touch

2014-02-06 Thread Phil Hannent
regards, Laszlo -Original Message- From: interest-bounces+laszlo.agocs=digia@qt-project.org [mailto:interest-bounces+laszlo.agocs=digia@qt-project.org] On Behalf Of Phil Hannent Sent: 6. februar 2014 15:50 To: Interest@qt-project.org Subject: [Interest] Context menu

[Interest] libeay32.dll - The Ordinal 4369 could not be located

2014-01-24 Thread Phil Hannent
beside my application so that it gets picked first, one that works every time. However Qt doesn't seem to bundle the DLL itself, so I wouldn't know what to use. Has anybody else run into this DLL hell? Regards Phil Hannent ___ Interest mailing list Interest

Re: [Interest] libeay32.dll - The Ordinal 4369 could not be located

2014-01-24 Thread Phil Hannent
On 24 January 2014 11:43, Richard Moore r...@kde.org wrote: On 24 January 2014 11:07, Phil Hannent p...@hannent.co.uk wrote: On 24 January 2014 10:57, Soroush Rabiei soroush.rab...@gmail.com wrote: libeay32.dll belongs to OpenSSL library. I think you have to find which DLL your code links

Re: [Interest] libeay32.dll - The Ordinal 4369 could not be located

2014-01-24 Thread Phil Hannent
On 24 January 2014 12:03, Scott Aron Bloom scott.bl...@onshorecs.com wrote: What is probably happening, is you are calling an ssl based connection, and since you are not shipping the openssl dlls that qt was built against, its picking up one someone else on the system. Unfortunately, openssl

Re: [Interest] libeay32.dll - The Ordinal 4369 could not be located

2014-01-24 Thread Phil Hannent
January 2014 13:41, Scott Aron Bloom scott.bl...@onshorecs.com wrote: -Original Message- From: interest-bounces+scott.bloom=onshorecs@qt-project.org [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of Phil Hannent Sent: Friday, January 24, 2014 4:21 AM

Re: [Interest] Qt on PS4 and SteamOS

2013-10-03 Thread Phil Hannent
On 3 October 2013 05:07, Mandeep Sandhu mandeepsandhu@gmail.com wrote: On Wed, Oct 2, 2013 at 2:43 PM, Mojmír Svoboda mojmir.svob...@warhorsestudios.cz wrote: * Mandeep Sandhu mandeepsandhu@gmail.com [2013-09-30 16:08:44 +0530]: As for PS4 I don't know what OS it runs. You might

Re: [Interest] qmake exclude modules

2013-09-19 Thread Phil Hannent
Good morning, On 18 September 2013 15:48, Thiago Macieira thiago.macie...@intel.com wrote: On quarta-feira, 18 de setembro de 2013 13:46:28, Phil Hannent wrote: Ok, so I went digging into qt_lib_webkit.pri file and found: QT.webkit.depends = core gui network This one declares what your -I

[Interest] qmake exclude modules

2013-09-18 Thread Phil Hannent
Hi, I am trying to remove some Qt modules that I don't need at the moment, however qmake isn't outputting a Makefile with the expected syntax. In my .pro file I have: QT += core gui webkit greaterThan(QT_MAJOR_VERSION, 4) { message(Using QT5) QT += widgets QT += webkitwidgets QT

Re: [Interest] qmake exclude modules

2013-09-18 Thread Phil Hannent
On 18 September 2013 11:28, Mandeep Sandhu mandeepsandhu@gmail.com wrote: Will webkit work w/o network? I think it depends on the network module. Same might be true for other modules, but I'm not sure. HTH, -mandeep On Wed, Sep 18, 2013 at 3:19 PM, Phil Hannent p...@hannent.co.uk

[Interest] QAbstractEventDispatcher

2013-09-05 Thread Phil Hannent
own Id's so could I clash? Any advice/pointers would be appreciated. Regards Phil Hannent [1] https://hg.pidgin.im/soc/2013/phil/quail-redux/file/777509d81ef2/src/QuailEventLoop.cpp [2] http://harmattan-dev.nokia.com/docs/library/html/qt4/qabstracteventdispatcher.html#registerTimer-2

Re: [Interest] void pointers

2013-07-17 Thread Phil Hannent
On 17 July 2013 05:30, Mandeep Sandhu mandeepsandhu@gmail.com wrote: On Tue, Jul 16, 2013 at 9:19 PM, Phil Hannent p...@hannent.co.uk wrote: Hi, I have a codebase that is using a C library and Qt. I have some legacy code where structs from the C library are stored in a Qt/C++ class

[Interest] void pointers

2013-07-16 Thread Phil Hannent
Hi, I have a codebase that is using a C library and Qt. I have some legacy code where structs from the C library are stored in a Qt/C++ class using: void *userData; Is this an example where I should replace the void * with a QSharedPointer or a QWeakPointer? Regards Phil Hannent

[Interest] qmake on Windows producing odd library names

2013-07-15 Thread Phil Hannent
-lQt5Gui510 -LC:\Qt\\5.1.0\mingw48_32\lib -lQt5Core510 Regards Phil Hannent ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest