Re: [Development] Qt Base code coverage statistics are now computed on Ubuntu 11.04

2013-08-05 Thread Sébastien Fricker
On 22.07.13 10:28, Saether Jan-Arve wrote: I was looking at the bottom of the list and found for instance qgraphicsanchorlayout.cpp to be down there. It seems to be skipped because you haven't configured Qt as a developer-build. If possible, you should do add "-developer-build" to the conf

Re: [Development] Help with build failure on Windows

2013-08-05 Thread Thiago Macieira
On segunda-feira, 5 de agosto de 2013 22:18:43, Chris Meyer wrote: > I'm understanding more... but there is still something I don't understand. > Don't the moc_*.cpp files get compiled directly too? How does qmake know > not to generate Makefile instructions to directly compile the moc_*.cpp > file

Re: [Development] Help with build failure on Windows

2013-08-05 Thread Chris Meyer
On Mon, Aug 5, 2013 at 8:27 PM, Thiago Macieira wrote: > On segunda-feira, 5 de agosto de 2013 19:51:00, Chris Meyer wrote: > > I assume that means that it includes the qdesktopwidget.h file (which I > > _do_ see is properly included)... but how does it know to include > > qdesktopwidget_qpa_p.h (

Re: [Development] Help with build failure on Windows

2013-08-05 Thread Thiago Macieira
On segunda-feira, 5 de agosto de 2013 19:51:00, Chris Meyer wrote: > I assume that means that it includes the qdesktopwidget.h file (which I > _do_ see is properly included)... but how does it know to include > qdesktopwidget_qpa_p.h (or even qdesktopwidget_p.h), neither of which I see > included?

Re: [Development] Help with build failure on Windows

2013-08-05 Thread Chris Meyer
On Mon, Aug 5, 2013 at 6:32 PM, Thiago Macieira wrote: > On segunda-feira, 5 de agosto de 2013 17:39:37, Chris Meyer wrote: > > On a general note, how is qdesktopwidget_qpa_p.h supposed to be included > in > > the moc_ file? I don't see any code (other than qdesktopwidget_qpa.cpp) > > that include

Re: [Development] Help with build failure on Windows

2013-08-05 Thread Thiago Macieira
On segunda-feira, 5 de agosto de 2013 17:39:37, Chris Meyer wrote: > On a general note, how is qdesktopwidget_qpa_p.h supposed to be included in > the moc_ file? I don't see any code (other than qdesktopwidget_qpa.cpp) > that includes that header file... moc generates an #include for the header th

[Development] Help with build failure on Windows

2013-08-05 Thread Chris Meyer
I updated the source files (stable) today and tried to build [qtbase] on Windows using nmake. When I do this, I get an error compiling moc_qdesktopwidget.cpp that says 'QDesktopWidgetPrivate' cannot be found. Does anyone have an idea as to why this error is occurring? My build worked fine until t

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-05 Thread qtnext
I have tryed various fix (script to fix // issue, macdeployqt from git instead of native one, but at end it don't works ... ) hopes it will be fix in the near future :) Le lundi 5 août 2013, Thiago Macieira a écrit : > On segunda-feira, 5 de agosto de 2013 20:04:44, qtnext wrote: > > https://bugr

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-05 Thread Thiago Macieira
On segunda-feira, 5 de agosto de 2013 20:04:44, qtnext wrote: > https://bugreports.qt-project.org/browse/QTBUG-29495 Thank you. This one is about deploying a QtQuick-based application. My guess is that the plugins weren't deployed. I believe you have to tell macdeployqt which plugins you want to

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-05 Thread qtnext
https://bugreports.qt-project.org/browse/QTBUG-29495 https://bugreports.qt-project.org/browse/QTBUG-32379 Le lundi 5 août 2013, Thiago Macieira a écrit : > On segunda-feira, 5 de agosto de 2013 18:20:45, qtnext wrote: > > macdeployqt is broken for 5.1 and it seems that nobody care about it... >

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-05 Thread Thiago Macieira
On segunda-feira, 5 de agosto de 2013 18:20:45, qtnext wrote: > macdeployqt is broken for 5.1 and it seems that nobody care about it... Has the issue been reported? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc Desc

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-05 Thread qtnext
and to start ... just be able to deploy a qt quick2 application on mac ... macdeployqt is broken for 5.1 and it seems that nobody care about it... 2013/7/12 Jan Farø > Hi all, > > this is basically a copy of a post I made on http://qt-project.org/forums, > and I was encouraged to post it here a

Re: [Development] Qt Base code coverage statistics are now computed on Ubuntu 11.04

2013-08-05 Thread Thiago Macieira
On domingo, 4 de agosto de 2013 22:06:17, Sébastien Fricker wrote: > sorry for the late answer, I was on vacation. > Is -developer-build also an option of ./configure of qtbase.git? > As far as I can remember it is only used for qt.git. All configure options are from qtbase.git's configure. The qt

Re: [Development] RPATH in libraries

2013-08-05 Thread Thiago Macieira
On domingo, 4 de agosto de 2013 10:20:51, Dmitry Ashkadov wrote: > Hello! > > I have a problem with Qt 5.1. All Qt libraries have RPATH installed: > > system Qt: > > $ objdump -x /usr/lib64/libQt5Quick.so | grep RPATH > > > > RPATH/usr/lib64 > > local Qt: > > $ objdump -x ~/b

Re: [Development] OSX CMake broken in 5.1.1

2013-08-05 Thread Stephen Kelly
On Thursday, July 25, 2013 19:41:22 Nils Jeisecke wrote: > Hi! > > I still have this problem. qtbase is at > cb6fec851507e9e2a53e8b4b7d70e7e4ac165348. > Update to ensure you have 782ed5eebbe38e41cd0a9b9faf90817d72efda8f Thanks, -- Join us in October at Qt Developer Days 2013 - https://devdays

Re: [Development] Error while installing Qt for Tizen

2013-08-05 Thread Tomasz Olszak
2013/7/19 Ahcene > Hello everybody, > > I try to install Qt for Tizen but I have an issue. It doesn't finish. > > I am on Ubuntu 13.04 > > I have downloaded > qt-tizen-1.0-alpha2.tar.gzand > qt-tizen-i

[Development] Error while installing Qt for Tizen

2013-08-05 Thread Ahcene
Hello everybody, I try to install Qt for Tizen but I have an issue. It doesn't finish. I am on Ubuntu 13.04 I have downloaded qt-tizen-1.0-alpha2.tar.gzand qt-tizen-integration-1.0-alpha2.tar.gz

[Development] QT5.x resource usage

2013-08-05 Thread JaiJun Li
After transforming a gui project created and finished in QT4.8 to QT5.1, I found the CPU load is up to 100% in Task Manger, and RAM consumption is also much heavier. Please notice the parameters under no operation conditions: 4.8 CPU load is 0%, RAM consumption is 20M 5.1 C

[Development] [#SMX-652-49850]: Re: QtCS - QDateTime changes

2013-08-05 Thread TeamSpeak Piracy
Knoll Lars, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in the

[Development] [#QIJ-374-23937]: Re: Qt Base code coverage statistics are now computed on Ubuntu 11.04

2013-08-05 Thread TeamSpeak Piracy
Albert Astals Cid, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept