Qt4-preview-feedback Archive, June 2007
qt 4.3.0 on a mac
Message 1 in thread
It appears to me that using
CONFIG += precompile_header
and including QtGui in the precompiled header causes a failure:
echo "CONFIG += precompile_header" > test.pro
echo "PRECOMPILED_HEADER = foo.h" >> test.pro
echo "SOURCES += foo.cpp" >> test.pro
echo "#include <QtGui>" > foo.h
touch foo.cpp
qmake
make
/usr/local/Trolltech/Qt-4.3.0/include/QtGui/qaccessible.h: In static
member function 'static int QMetaTypeId<QSet<QAccessible::Method>
>::qt_metatype_id()':
/usr/local/Trolltech/Qt-4.3.0/include/QtGui/qaccessible.h:297: error:
expected unqualified-id before '=' token
<snip>
Thoughts?
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx