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
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 (
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?
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
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
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