From: Darius S. <dst...@us...> - 2001-07-08 12:49:00
|
Update of /cvsroot/kuml/kuml/kuml_gui/src/ige In directory usw-pr-cvs1:/tmp/cvs-serv20559 Modified Files: readme.txt Log Message: Update Index: readme.txt =================================================================== RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/readme.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** readme.txt 2001/06/20 19:21:09 1.1.1.1 --- readme.txt 2001/07/08 12:48:57 1.2 *************** *** 2,6 **** -------------------------- ! Last updated on 06.20.2001 You can use the provided makefile to build the sources or create a new one with tmake from TrollTech. --- 2,6 ---- -------------------------- ! Last updated on 2001-07-08 You can use the provided makefile to build the sources or create a new one with tmake from TrollTech. *************** *** 10,12 **** --- 10,24 ---- tmake ige.pro -o Makefile + Remark: + tmake assumes that the environment variable QTDIR is pointing to the root path + of your Qt installation. + If you use Mandrake Linux you may encounter problems with unset environment + variables like QTDIR and KDEDIR. The generated makefile make use of QTDIR and + therefore it must be set in order to compile the sources without errors. + + I've written a small script workaround that sets this variable and starts the + make process. You may use it if you share my problem. + + + Darius Stachow <sta...@in...> \ No newline at end of file |