Re: [Interest] qtbrowserplugin

2012-09-01 Thread Alexander Carôt
> On sexta-feira, 31 de agosto de 2012 16.34.41, Alexander Carôt wrote: > > ../../src/qtbrowserplugin.h: In member function ‘QStringList > > QtNPClass::mimeTypes() const’: ../../src/qtbrowserplugin.h:114: > error: > > invalid use of incomplete type ‘struct QMetaClassInfo’ > > /Library/Frameworks/Qt

Re: [Interest] [Qt5 Beta] qmake: *.ui files not generated (uic not called)?

2012-09-01 Thread Till Oliver Knoll
Am 01.09.2012 um 11:54 schrieb Till Oliver Knoll : > ... > > Any ideas? Is "FORMS" not the proper keyword here (anymore)? I have yet to check the generated Makefiles (my project consists of multiple libraries and one executable - in case that matters anyway) whether the proper calls to uic are

Re: [Interest] [Qt5 Beta] qmake: *.ui files not generated (uic not called)?

2012-09-01 Thread Till Oliver Knoll
Am 01.09.12 11:51, schrieb Till Oliver Knoll: > ... > >FORMS += $$PWD/ui/FooDialog.ui \ > $$PWD/ui/BarDialog.ui > > (that black-magic "macro" $$PWD works for everything else - could that > be the problem?) I quickly removed the $$PWD prefix - did not make any difference: the *.ui

[Interest] [Qt5 Beta] qmake: *.ui files not generated (uic not called)?

2012-09-01 Thread Till Oliver Knoll
Hi, I just installed the Qt 5 beta yesterday on my Mac and am in the process to upgrade my application. 1. Is this the proper place to discuss Qt 5 issues (from a user's perspective)? 2. Has there anything changed with regards when uic is to be called from the generated Makefile? I had to u