persistent_remove QT_VER
           SPELL=qt4
if  [[ $QT_TMPFS == n ]];  then
           TMPFS=off
fi
         SPELLX=qt-everywhere-opensource-src
         VERSION=4.6.2
     SOURCE_HASH=sha512:0cc11e7b2133ae76baed0f02d4be0f4f9954fce45ad8f284d972889e47f81564b0c4ae825836d151a71e0a9c84eb0110a9da0223641912987a5e78377b295a4a
          SOURCE=$SPELLX-$VERSION.tar.gz
             URI=qt/source/$SOURCE
  SECURITY_PATCH=3
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
   SOURCE_URL[0]=http://download.qt.nokia.com/$URI
        WEB_SITE=http://www.qtsoftware.com/products
         ENTERED=20020410
      LICENSE[0]=LGPL
            DOCS="FAQ README README-QT.TXT"
        KEYWORDS="qt x11 libs"
           SHORT="Qt simplifies writing and maintaining GUI applications"
cat << EOF
Qt is a toolkit for software developers. Qt simplifies the task of
writing and maintaining GUI (graphical user interface) applications. Qt
is written in C++ and is fully object-oriented. Qt is a multi-platform
toolkit. When you implement a program with Qt, you can run it on the X
Window System (Unix/X11) or Microsoft Windows NT/95/98/2000. Simply
compile the source code for the platform you want.
EOF
