Changeset 576 for trunk/README.OS2
- Timestamp:
- Feb 18, 2010, 1:39:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r542 r576 46 46 47 47 http://unix.os2site.com/pub/binary/make/make-3_81beta1-bin-static.zip 48 49 - eCUPS 1.3.11 or later to support printing in Qt. The eCUPS WPI is available 50 at: 51 52 ftp://ftp.netlabs.org/incoming/eCUPS003.wpi or 53 ftp://ftp.netlabs.org/pub/ecups/eCUPS003.wpi 54 55 Linking against eCUPS also requires pthread.lib: 56 57 http://web.os2power.com/download/lib/pthread-20100217-os2.zip 48 58 49 59 - LxLite 1.3.3 or above (not tested) if you want Qt DLLs and application … … 90 100 set PATH=D:\Coding\Qt4\bin;%PATH% 91 101 set BEGINLIBPATH=D:\Coding\Qt4\bin;%BEGINLIBPATH% 102 103 - Install the eCUPS WPI archive to enable printing support. If this WPI is 104 installed, the Qt build system will pick up all necessary libraries 105 automatically. Otherwise, you will need to use the following environment 106 variables to tell it where to look for CUPS: 107 108 set CUPS_INCLUDEPATH=X:\Path\to\CUPS\include 109 set CUPS_LIBS=X:\Path\to\CUPS\lib\libcups.a 110 111 Note that if the eCUPS WPI is not installed and these variables are not set, 112 printing support will be completely disabled in the resulting Qt build. 113 114 You will also need to make sure that pthread.lib is placed somewhere in your 115 system library path so that the compiler can find it. 92 116 93 117 Note that the QTDIR environment variable used by previous Qt versions is not … … 317 341 318 342 343 PRINTING SUPPORT 344 345 Starting with version 4.6.1, Qt for OS/2 supports printing through the CUPS 346 framework (provided that this support is enabled when building Qt, see the 347 respective sections in the beginning of this document). The OS/2 implementation 348 of the CUPS framework is provided by the eCUPS package available at 349 http://svn.netlabs.org/ecups/. 350 351 The Qt Runtime detects the presence of eCUPS in the system on the fly and talks 352 to the CUPS daemon directly, bypassing the standard OS/2 printing subsystem. 353 This means that in order to print from Qt applications, you don't need to create 354 and configure printer objects using the standard OS/2 system printer setup 355 procedure -- you only need to install eCUPS and configure your printers in 356 there. Please refer to the eCUPS user manual to obtain the detailed instructions 357 on how to configure CUPS printers. 358 359 360 319 361 CURRENT LIMITATIONS 320 362 … … 368 410 relevant parts of code so they should still build. 369 411 370 9. No QAssistant , no printer support (QT_NO_PRINTER and QT_NO_PRINTDIALOG are371 defined). No IPV6 support in the network module (QT_NO_IPV6 is defined).412 9. No QAssistant. No IPV6 support in the network module (QT_NO_IPV6 is 413 defined). 372 414 373 415 See the project roadmap for more information on the current progress and
Note:
See TracChangeset
for help on using the changeset viewer.