![]() |
||
|
This frequently answered questions are collected from the kde-cygwin mailing list and the kde-cygwin related sourceforge foren. If you don't find an answer for your problem here, please take a look directly into the mailing list and/or the foren. Index
Where can I get the qt documentation ?Documentation is located in the binary release and also online. See doc.trolltech.com qt3 from cvs failes to compile ?If you check out qt from CVS you have to first issue an 'make -f Makefile.cvs'. This generates the missing symbolic links to the header files. The next step is to configure with the correct options. You can use the script config.cygwin-thread. This seems to be needed for KDE 3.x. The next problem I had was linking. If it's missing the Library libdl.a, you can create a symbolic link to /lib/libcygwin.a in /lib or /usr/lib. This fakes the ld library. Alternatively you can also remove the -ldl option from mkspecs/cygwin-g++/qmake.conf. (Note: Current cvs releases already contains the last mentioned fix) For additional informations about compiling see the compiling page. How do I configure printing with qt ?Printing support for qt requires an installed cygwin ghostscript and cygutils package.QT by default uses the lp command for printing, so the current qt printing support provides this command by using the ghostscript interpreter. QT/cygwin releases newer than 3.2.3-3 already have installed the printer support, but for older releases, see the following steps:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hosted by |