diff options
author | Jason Barron <jbarron@trolltech.com> | 2009-06-03 13:03:03 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-06-03 13:16:13 (GMT) |
commit | c9c8742b20c025ad893bdde48cf382267e0b646e (patch) | |
tree | b31419366517a8b97cd73c1bebc1740d889c04c0 /src/gui/widgets/qmdisubwindow.cpp | |
parent | 91f5c7314afdfd43c867266fc1bc418e0f70bac7 (diff) | |
download | Qt-c9c8742b20c025ad893bdde48cf382267e0b646e.zip Qt-c9c8742b20c025ad893bdde48cf382267e0b646e.tar.gz Qt-c9c8742b20c025ad893bdde48cf382267e0b646e.tar.bz2 |
Allow qmake to compile using it's .pro file.
This fixes a problem where qmake would not compile when it was built
from it's .pro file because this method uses the pre-compiled header.
This header was causing a compile error in qlocale.cpp because
qtextstream.h was included and this includes qlocale.h. The problem in
qlocale.cpp was that it uses a define called QLOCALE_CPP to enable
extra functions in the class declaration, but the pre-compiled header
was preventing the qlocale.h from being re-processed and therefore the
function was never compiled in.
Reviewed-by: Marius Storm-Olsen
Diffstat (limited to 'src/gui/widgets/qmdisubwindow.cpp')
0 files changed, 0 insertions, 0 deletions