Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Qt4 for CGAL Installation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Qt4 for CGAL Installation


Chronological Thread 
  • From: A S <>
  • To:
  • Subject: Re: [cgal-discuss] Qt4 for CGAL Installation
  • Date: Wed, 21 Oct 2009 14:05:22 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=1D/0JtTyMdHRSggTRMJLpykcS8AqONyuaOilqg88uHFtaBAk1X3kMCIIrlL7NmbyzdaLrPUI7Pf5C9CF4jfgDIsNOjwqM3PMW8VB5DlZUsdEZxrDhnhtSHUWWlNuFyDLB1d+9+Qaesb3p2ibymd65MJfndfV22o1wYbn61S+JOw=;

Excellent!!  That worked!  I cleared the entire cache, and then made three manual cache entries:
 
QT_QMAKE_EXECUTABLE C:/Qt/2009.04/qt/qmake/qmake.exe
ZLIB_INCLUDE_DIR C:/ZLIB/include
ZLIB_LIBRARY C:/ZLIB/lib/zlib.lib
 
Then I ran <Configure>.  The output follows (ellipses are mine):
...
USING ZLIB_VERSION = '1.2.3'

ZLib include: C:/ZLIB/include

ZLib libraries: C:/ZLIB/lib/zlib.lib

CGAL_Qt3 needs Qt3, cannot be configured.

Looking for Q_WS_X11

Looking for Q_WS_X11 - not found.

Looking for Q_WS_WIN

Looking for Q_WS_WIN - found

Looking for Q_WS_QWS

Looking for Q_WS_QWS - not found.

Looking for Q_WS_MAC

Looking for Q_WS_MAC - not found.

USING QT4_VERSION = '4.5.3'

OpenGL include:

OpenGL libraries: glu32;opengl32

OpenGL definitions:

Qt4 include: C:/Qt/2009.04/qt/include

Qt4 libraries: optimized;C:/Qt/2009.04/qt/lib/qtmain.lib;debug;C:/Qt/2009.04/qt/lib/qtmaind.lib;optimized;C:/Qt/2009.04/qt/lib/QtOpenGL4.lib;debug;C:/Qt/2009.04/qt/lib/QtOpenGLd4.lib;opengl32.lib glu32.lib gdi32.lib user32.lib delayimp.lib;optimized;C:/Qt/2009.04/qt/lib/QtGui4.lib;debug;C:/Qt/2009.04/qt/lib/QtGuid4.lib;imm32;winmm;optimized;C:/Qt/2009.04/qt/lib/QtCore4.lib;debug;C:/Qt/2009.04/qt/lib/QtCored4.lib;ws2_32

Qt4 definitions: -DQT_DLL

moc executable: C:/Qt/2009.04/qt/bin/moc.exe

uic executable: C:/Qt/2009.04/qt/bin/uic.exe

Configuring done

 
My next question--is Qt4 sufficient for all foreseeable situations?  Or will I need to do something about Qt3 as well?  I just want to make sure all the bases are covered if I need them.
 
Thanks again.  I'm very grateful.

--- On Wed, 10/21/09, Laurent Rineau (GeometryFactory) <> wrote:

From: Laurent Rineau (GeometryFactory) <>
Subject: Re: [cgal-discuss] Qt4 for CGAL Installation
To:
Date: Wednesday, October 21, 2009, 5:11 PM

Le mercredi 21 octobre 2009 17:58:12, A S a écrit :
> I'm sorry, I don't understand.
>
> > Fill QT_QMAKE_EXECUTABLE but empty or remove all the other CMake variable
> > whose name begins with QT_.
>

> I've tried it both ways.  I tried removing "/qmake.exe" from the
>  "QT_QMAKE_EXECUTABLE C:/Qt/2009.04/qt/qmake/qmake.exe" string, and ran
>  <Configure>.  [CGAL_Qt4 needs Qt4, cannot be configured.]
> I tried leaving "QT_QMAKE_EXECUTABLE C:/Qt/2009.04/qt/qmake/qmake.exe"
>  intact and removing... QT_INCLUDE_DIR  C:/Qt/2009.04/qt/include
> QT_LIBRARY_DIR  C:/Qt/2009.04/qt/lib
> QT_MOC_EXECUTABLE C:/Qt/2009.04/qt/bin/moc.exe
> QT_UIC_EXECUTABLE  C:/Qt/2009.04/qt/bin/uic.exe

> I still get [CGAL_Qt4 needs Qt4, cannot be configured.].

> I don't know what to do.

Clear the cache, and restart the configuration from scratch. And fill only
QT_QMAKE_EXECUTABLE with the full path of qmake.exe (including the file name
itself).

--
Laurent Rineau, PhD
Release Manager of the CGAL Project
http://www.cgal.org/
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page