diff options
author | Aleksandar Samardzic <asamardzic@matf.bg.ac.yu> | 2010-05-11 20:01:01 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:01:01 +0200 |
commit | 55594dce26ed024f73555f85e425a6c747eeda14 (patch) | |
tree | fbe627463bb1e57d36e21a43e10c2d8b9a6e0362 /libraries/qt4/README | |
parent | 196d89cf27016200c730f6bdda960d217385aabb (diff) | |
download | slackbuilds-55594dce26ed024f73555f85e425a6c747eeda14.tar.gz |
libraries/qt4: Added to 12.0 repository
Diffstat (limited to 'libraries/qt4/README')
-rw-r--r-- | libraries/qt4/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/qt4/README b/libraries/qt4/README new file mode 100644 index 0000000000..a1e81039de --- /dev/null +++ b/libraries/qt4/README @@ -0,0 +1,14 @@ +Qt 4 is a comprehensive, object-oriented development framework that +enables development of high-performance, cross-platform rich-client +and server-side applications. When you implement a program with Qt, +you can run it on the X Window System (Unix/X11), Apple Mac OS X, and +Microsoft Windows NT/9x/2000/XP by simply compiling the source code +for the platform you want. Qt is the basis for the KDE desktop +environment, and is also used in numerous commercial applications. + +This Qt 4 package is created to enable co-existence with Slackware +native Qt 3 package; developers should only remember to use versions +with "-qt4" suffix (like "qmake-qt4", "assistant-qt4", "designer-qt4", +etc.) of programs that exist under same names in Qt 3 (and developers +using CMake should be fine without any additional action, because +stock CMake is already looking for "qmake-qt4" first). |