[q-lang-cvs] qt-q README,1.5,1.6
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-12-11 10:04:24
|
Update of /cvsroot/q-lang/qt-q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17979 Modified Files: README Log Message: update README Index: README =================================================================== RCS file: /cvsroot/q-lang/qt-q/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 16 Oct 2007 04:25:07 -0000 1.5 --- README 11 Dec 2007 10:04:20 -0000 1.6 *************** *** 7,13 **** This is a SWIG-generated wrapper of the SmokeQt library for the Q programming language, which provides access to most of Trolltech's Qt GUI toolkit (and ! KDE, depending on the implementation). This release has been tested with Qt3, ! but Qt4 should work, too, provided that you have a SmokeQt version which ! supports it. You'll also need Q 7.8 (or later), available from http://q-lang.sf.net. --- 7,12 ---- This is a SWIG-generated wrapper of the SmokeQt library for the Q programming language, which provides access to most of Trolltech's Qt GUI toolkit (and ! KDE, depending on the implementation). This release requires Qt3 (a port to ! Qt4 is on the TODO list). You'll also need Q 7.8 (or later), available from http://q-lang.sf.net. *************** *** 32,35 **** Enjoy! :) ! October 2007 Albert Graef --- 31,34 ---- Enjoy! :) ! December 2007 Albert Graef |