Re: [Interest] Qt5/eglfs on a standard linux desktop system

2012-02-13 Thread Samuel Rødal
On 02/12/2012 06:20 AM, ext Jon Trulson wrote: On Thu, 9 Feb 2012, Samuel Rødal wrote: On 02/08/2012 11:42 PM, ext Jon Trulson wrote: Hi, I want to experiment with Qt5, eglfs and the linux input event drivers (mouse for example) on a standard linux system. It's a 32b Ubuntu 11.10 system

Re: [Interest] [Qt-interest] [Qt-Interest] Shut down Qt-Interest list (nokia) in favor of Interest (qt-project)?

2012-02-13 Thread André Somers
Op 2/13/2012 10:13 AM, Andrea Franceschini schreef: Wait, what ML is one supposed to follow now? interest@qt-project.org qt-inter...@nokia.com (and I think even qt-inter...@trolltech.com, which I think is (still) an alias for this one) have been superseded by interest@qt-project.org

[Interest] [Qt-Interest] A request to shut down the qt-inter...@qt.nokia.com (Qt-Interest) mailing list

2012-02-13 Thread K. Frank
To The List Administrators! I would like to respectfully request the administrators of the old Qt-Interest mailing list (qt-inter...@qt.nokia.com) to shut it down, preferably after a clear announcement to that effect, and possibly after a transition period. This follows the discussion I

Re: [Interest] compile SVN-Version into Project with qmake

2012-02-13 Thread thomas vincent
Hi, Personally on Linux I use : SVNVERSION = $$system(svn info ../ | grep Revision | tr -d 'Revison: ') system( echo 'const std::string svn_version = \$$SVNVERSION\;' ../version.h) Then you can include the version.h file when you need to use the current SVN revision. This gives a clean number

[Interest] QMake commands, QML preprocessing

2012-02-13 Thread Harri Pasanen
Hi, I'm wondering what would be the recommended way to pre-process QML? # Add more folders to ship with the application, here folder_01.source = qml/n9test folder_01.target = qml DEPLOYMENTFOLDERS = folder_01 At deployment time I'd like to change the QML, but keep the unchanged copy in version

Re: [Interest] [Qt-Interest] A request to shut down the qt-inter...@qt.nokia.com (Qt-Interest) mailing list

2012-02-13 Thread Thiago Macieira
On segunda-feira, 13 de fevereiro de 2012 09.12.10, K. Frank wrote: To The List Administrators! If you want to reach the administrators, maybe you should include their email addresses when sending the email... interest-ow...@qt-project.org qt-interest-ow...@qt.nokia.com --

Re: [Interest] QMake commands, QML preprocessing

2012-02-13 Thread Konstantin Tokarev
13.02.2012, 18:19, Harri Pasanen ha...@mpaja.com: Hi, I'm wondering what would be the recommended way to pre-process QML? # Add more folders to ship with the application, here folder_01.source = qml/n9test folder_01.target = qml DEPLOYMENTFOLDERS = folder_01 At deployment time I'd like

Re: [Interest] [Qt-Interest] A request to shut down the qt-inter...@qt.nokia.com (Qt-Interest) mailing list

2012-02-13 Thread K. Frank
Hi Thiago! On Mon, Feb 13, 2012 at 9:33 AM, Thiago Macieira thi...@kde.org wrote: On segunda-feira, 13 de fevereiro de 2012 09.12.10, K. Frank wrote: To The List Administrators! If you want to reach the administrators, maybe you should include their email addresses when sending the email...

Re: [Interest] [Qt-interest] About QtCreator

2012-02-13 Thread kai.koehne
Hi, -Original Message- From: qt-interest-bounces+kai.koehne=nokia@qt.nokia.com [mailto:qt- interest-bounces+kai.koehne=nokia@qt.nokia.com] On Behalf Of ext rcyboom Sent: Friday, February 10, 2012 2:24 PM To: qt-inter...@qt.nokia.com Subject: [Qt-interest] About QtCreator

Re: [Interest] [Qt-interest] [Qt-Interest] A request to shut down the qt-inter...@qt.nokia.com (Qt-Interest) mailing list

2012-02-13 Thread BRM
From: Paul Miller p...@fxtech.com To: qt-inter...@qt.nokia.com Cc: Sent: Monday, February 13, 2012 4:00 PM Subject: Re: [Qt-interest] [Interest] [Qt-Interest] A request to shut down the qt-inter...@qt.nokia.com (Qt-Interest) mailing list On 2/13/2012 2:38 PM, Andre Somers wrote: Op

Re: [Interest] [Qt-interest] Latest on Mac App Store + sandboxing?

2012-02-13 Thread norulez
Hi, I had also troubles with this after lion comes out last year. In short words... You must use codesign for each file which is in your bundle, except for frameworks (see point 1) 1.) use codesign for all your frameworks (e.g. Bundle/Contents/Frameworks/QtGui.framework) 2.) use codesign for

Re: [Interest] [Qt-interest] Latest on Mac App Store + sandboxing?

2012-02-13 Thread Paul Miller
On 2/13/2012 4:14 PM, noru...@me.com wrote: Hi, I had also troubles with this after lion comes out last year. In short words... You must use codesign for each file which is in your bundle, except for frameworks (see point 1) 1.) use codesign for all your frameworks (e.g.

Re: [Interest] [Qt-interest] Latest on Mac App Store + sandboxing?

2012-02-13 Thread NoRulez
I tried it also this way, but i want to be able to generate packages on a build server, so in my case the command line tools are simpler ;-)I had made a mistake in the example (point 2) in the last mail, here are "all" steps copied from my projectSo, let's say the bundle indentifier in this

Re: [Interest] compile SVN-Version into Project with qmake

2012-02-13 Thread Martin Holmes
I have a pre-build step in which I write something to a text file, then do a commit, before retrieving the version info. That way, every qmake operation increments the SVN revision number. Cheers, Martin On 12-02-13 02:55 PM, Philipp Menke wrote: thanks, I tried some of the things from the

Re: [Interest] [Qt-interest] cmake: ui library?

2012-02-13 Thread Stefan Majewsky
On Mon, Feb 13, 2012 at 10:16 PM, Rui Maciel rui.mac...@gmail.com wrote: Then, I proceeded to pass libui to the TARGET_LINK_LIBRARIES() command and add ${libui_HEADERS} to the projec_HEADERS list. Yet, when I try to compile the project, the compiler throws a series of errors about undefined

Re: [Interest] Qt5/eglfs coredump in QGL2PaintEngineEx::begin due to null QGLContext.

2012-02-13 Thread Jon Trulson
On Mon, 13 Feb 2012, Samuel Rødal wrote: On 02/13/2012 01:50 AM, ext Jon Trulson wrote: Hi, I'm building Qt5 (latest from git) on an arm board (imx53 QSB). I am not using X11. I am using the eglfs plugin. I have attempted to run several of the qtbase demos (like [...] I'd recommend