| UVSoft@gmail.com 2006-07-30, 1:21 pm |
| Hi there,
I've got installed KDevelop-3.3.3 and Qt-4.1.2. KDevelop has its own
built-in qt form designer, but it makes *.ui for Qt-3.x only, so...
when I'm trying to build project, uic tells me that maked ui-file is
for older version...
uic mainwindow.ui -o ui_mainwindow.h
uic: File generated with too old version of Qt Designer
File './mainwindow.ui' is not valid
soft@uvsoft ~ $ uic -v
Qt user interface compiler 4.1.2.
soft@uvsoft ~ $ qmake -v
QMake version: 2.00a
Using Qt version 4.1.2 in /usr/lib/qt4
soft@uvsoft ~ $ moc -v
Qt Meta Object Compiler version 59 (Qt 4.1.2)
soft@uvsoft ~ $ kdevelop -v
Qt: 3.3.4
KDE: 3.5.3
KDevelop: 3.3.3
How can I made KDevelop do ui-files for Qt-4.x?
Thanks.
--
Regards,
UVSoft.
|