Please help me to build mozilla under qt
"Eugene Maltsev" <[email protected]> Tue, 18 Apr 2006 11:00:36 +0200
| Newsgroups | gmane.comp.mozilla.devel.qt |
|---|---|
| Organization | Aldec ADT |
| Message-ID | <[email protected]> |
Hi. I'm trying to build latest mozilla 1.8b1 under linux with qt. I have set the following: set QT_INCLUDE_DIR=/usr/local/gcc-3.4.3/qt/include set QTDIR=/usr/local/gcc-3.4.3/qt set QT_INCLUDE_DIR=/usr/local/gcc-3.4.3/qt/include set QT_LIB_DIR=/usr/local/gcc-3.4.3/qt/lib set LIBRARY_PATH=$LIBRARY_PATH:$QTDIR/lib And I have qt 3.3.3 simple and comercial to. When I run configure I have the following error: checking for LC_MESSAGES... yes checking for main in -lqt...no [debug] ac_lib_var=qt_main [debug] ac_save_LIBS = -ldl -lm [debug] libs = -lqt -ldl -lm checking for main in -lqt-mt... no [debug] ac_lib_var=qt_mt_main configure: error: Cannot find QT libraries. *** Fix above errors and then restart with "make -f client.mk build" make: *** [/home/eugenem/mozillaqt/mozillaobj/suite-opt/Makefile] Error 1 How can I tell mozilla I have qt? Eugene Maltsev