PDA

View Full Version : Qt & Cgal


gallipi
19th June 2007, 13:18
Hello everyone,

This is my first post in the Forum, I hope someone can help me.

I downloaded QT 3.3.3 in order to build CGAL library. This version of QT has the "qt-mt3.lib" and "qt-mt3.dll" files, which I need to compile CGAL demos.

The problem is, that CGAL search for qt-mt.lib so, where can I found this file?
Anybody knows if it is possible to compile using qt-mt3.lib

Thanks you in advance to everyone.

gallipi
19th June 2007, 13:29
I'm working under windows XP and VisualStudio2003.net

marcel
19th June 2007, 19:57
Just modify the CGAL projects to link with qt-mt.*.
Probably that is how they renamed their qt libs.

Regards