home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / README.OS2 < prev   
Text File  |  2001-12-03  |  1KB  |  42 lines

  1. QT-3 toolkit for XFree86/2 
  2. ===============================================================================
  3.  
  4. Hello everyone, nice to see you reading that ;) QT is really so huge, I can't
  5. find where to start.
  6.  
  7. Well first of all - it is for GCC 3.0.2 ONLY. You will not be able to use other
  8. compilers before 3.0.2 for this release. That's because of mangler. Nothing
  9. could be done here.
  10.  
  11. Installation:
  12.  
  13. SET QTDIR=x:/some-dir, where some-dir is the dir where you placed QT.
  14. SET QMAKESPEC=emx-gcc 
  15. SET EMXOPT=-h1024
  16.  
  17. Unzip package and place all dll's in lib directory in LIBPATH.
  18.  
  19. QT requires:
  20. Latest GCC 3.0.2 Gettext (gettext-os2-0.10.40-bin.zip)
  21. XFree86/2 or HobbX11 with XFree86/2 DLL's
  22. Graphics libs: JPEG, PNG and Z
  23.  
  24. OS/2 specifics.
  25. ===============
  26.  
  27. QProcess class is heavily hacked and only half-working.
  28. When using large memory structures be sure to add special flags while
  29. building application, _uflags(_UF_SBRK_ARBITRARY,_UF_SBRK_ARBITRARY)
  30. no fork() after that pipl :( No SQL plugins included - I need MySQL
  31. headers and libs for this - anyone interested please contact me.
  32. GIF support not compiled in... I do not like fuss about it.
  33.  
  34. If you have bugs or questions do not hesitate to mail me - pla@cland.ru
  35.  
  36. Examples
  37. ==============
  38. Most of example are already built. If you want to rebuild them correct mkspecs,
  39. and .qmake.cache then use build.cmd 'example name' to rebuild makefiles.
  40.  
  41. Stauff
  42.