Hi,

I am running 64bit Eclipse so I don't get to use the embedded designer.
I had problems launching the designer as an external editor, but finally
by forcing the version in the designer.sh file did the trick. Also
adding the $1 at the end enabled eclipse to pass on the filename to the
designer.

#    VERSION=$(ls qtjambi-4*.jar)
#    VERSION=`echo $VERSION | awk '{ print substr($1, 9, 8); }'`
      VERSION=4.5.2_01

    CP=$me/qtjambi-$VERSION.jar:$me/qtjambi-examples-$VERSION.jar:
$me/qtjambi-designer-$VERSION.jar
    LD_LIBRARY_PATH=$me/lib QT_PLUGIN_PATH=$me/plugins CLASSPATH=$CP
$me/bin/designer $1
fi



_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to