20 | | Things that already compile and work: |
21 | | - qmake, moc, rcc and uic tool. |
22 | | - !QtCore4.dll (limited functionality, excluding any GUI-related stuff yet). |
23 | | - !QtScript4.dll, !QtTest4.dll, !QtXml4.dll (seem to be cross-platform enough out-of-the-box). |
| 20 | |
| 21 | Since the 29th of August, 2009, the project is in '''Beta stage! ''' This means that the Qt library may be compiled and used to build non-difficult Qt applications such as examples or simple programs. There is a number of known and unknown limitations and bugs and the primary purpose of the Beta is to demonstrate the library and collect feedback from the users. If you are a developer, you are encouraged to download the latest source archive and try it. |
| 22 | |
| 23 | Please read the [http://svn.netlabs.org/qt4/browser/trunk/README.OS2 README.OS2] file for more information about the current limitations. |
29 | | neither alpha nor beta available right now |
| 29 | The latest version is '''4.5.1 Beta 1''' released on 29.08.2009. You can download the ZIP archive that contains the full Qt source tree using this link: |
| 30 | * <the link will be available later> |
| 31 | |
| 32 | Alternatively, if you want to play with the latest development version, you can check it out directly from the SVN repository. In order to do so you need to download and install the subversion client for OS/2. Use the following command to check out the full source tree to a ''<local_directory>'': |
| 33 | {{{ |
| 34 | svn checkout http://svn.netlabs.org/repos/qt4/trunk <local_directory> |
| 35 | }}} |
| 36 | |
| 37 | The required tools and build instructions are described in the [http://svn.netlabs.org/qt4/browser/trunk/README.OS2 README.OS2] file. |