Switch to unified view

a/src/qt4gui/uifrom3 b/src/qt4gui/uifrom3
1
#!/bin/sh
1
#!/bin/sh
2
3
# Prepare the qt4 gui directory for compilation. This is called by "configure"
4
5
# Convert the uic files from qt3 to qt4. 
2
for i in ../qtgui/*.ui ; do
6
for i in ../qtgui/*.ui ; do
3
    echo converting $i
7
    echo converting $i
4
    uic3 -convert $i > ../qt4gui/`basename $i`
8
    uic3 -convert $i > ../qt4gui/`basename $i`
5
done
9
done
10
11
# Link the images
12
ln -s ../qtgui/images .