Hi,

Working on porting Kivio from Qt3 to Qt 4 on win32. Now stuck on converting the .ui files. My steps so far:

- Ran "uic3.exe -convert" on ui files
- Removed "CONFIG += uic3" from my .pro file (so doesn't build with Qt Designer 3)

Error output:
exportdialogbase.h: No such file or directory kiviomp_proj/ui/exportdialog
kiviooptionsdialogbase.h: No such file or directory kiviomp_proj/ui/optionsdialog

The header files for the .ui files are not being generated (i.e. for exportdialogbase.ui and kiviooptionsdialogbase.ui) . Any ideas?

Thanks,
Amanda