Try removing the -l in front of each lib. Change it to: > LIBS += htmlhelp \ > dimeDbld \ > simage1d \ > coin3d
Aloha, John On Jun 23, 2010, at 8:54 PM, [email protected] wrote: > > Reading about the new Qt Creator 2.0.0 release yesterday, I immediately > downloaded and installed it. However, very quickly I was not very happy any > more, and at this moment I am back to version 1.3.1 for my work because I > simply could not get my project properly linked! It is to say that the > exactly project (*.pro file) works fine with the old version. > > My system is Windows XP, commercial license, working with the MS Visual C++ > 2005 compiler, and this is the message that I receive: > > :: error: cannot open file 'lib\htmlhelp.lib' > > That library is there just fine, and it is correctly found if I work with > the old Creator! These are the relevant lines in the *.pro file: > > LIBPATH += lib \ > $(COINDIR)/lib > CONFIG(debug, debug|release):LIBS += -lhtmlhelp \ > -ldimeDbld \ > -lsimage1d \ > -lcoin3d > else:LIBS += -lhtmlhelp \ > -ldimeDbl \ > -lsimage1 \ > -lcoin3 > > If I change the order of the lib files, the error message changes: It will > always complain about the first library on the list. > > Any helpful hints? Something I am doing possibly wrong (with the old > Creator being more tolerant)?? Or even a but in the new Creator??? > > _____________________ > > Cornelis Bockemühl > Holcim Group Support Ltd > Cement Manufacturing Services > Materials Technology > Reserve Evaluation and Quarry Planning > Im Schachen > CH-5113 Holderbank > Phone +41 58 858 51 30 > Fax +41 58 858 51 51 > [email protected] > www.holcim.com > This e-mail is confidential and intended only for the use of the above > named addressee. If you have received this e-mail in error, please delete > it immediately and notify us by e-mail or telephone. > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
