search for: q3mainwindow

Displaying 1 result from an estimated 1 matches for "q3mainwindow".

Did you mean: mainwindow
2011 Feb 17
1
vanilla kernel configuration :: xconfig --> qt errors
...kernel_out/Makefile HOSTCXX scripts/kconfig/qconf.o /usr/lib64/qt4/include/Qt3Support/q3toolbar.h:45: error: 'Qt::ToolBarDock' has not been declared /usr/lib64/qt4/include/Qt3Support/q3toolbar.h:45: error: 'DockTop' is not a member of 'Qt' /usr/lib64/qt4/include/Qt3Support/q3mainwindow.h:71: error: 'Qt::Dock' has not been declared i have this script for QT : ## QTDIR=/usr/lib64/qt4 QTDIR=/usr/lib64/qt-3.3 export QTDIR export QTINC=$QTDIR/include export QTLIB=$QTDIR/lib export PATH=$PATH:$QTDIR/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QTLIB no matter of what qt i c...