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 07:59:54 -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=3BY3utEc9Db0oVsYMY+a9qVokjFmNekFJPCAKF47uU0utCo4tr8EaYmBUcKmcIEWmvMmOgb0SxzPHt0Ci5dK7AF6p+ZHRLgwAx4jNGWLCWk7v+5hG2xP43661zHersk8l7KMy12AhXH8Kk6m0BUE9Vnni8pnrYmn68VKB0DfMoA=;

I'm sorry, in my last post I wrote about the old path I had in my botched Qt.  The (more) successful one I'm working with now uses the path C:/2009.4/qt.
 
I've filled in the following values:
 
QT_INCLUDE_DIR  C:/Qt/2009.04/qt/include
QT_LIBRARY_DIR  C:/Qt/2009.04/qt/lib
QT_QMAKE_EXECUTABLE C:/Qt/2009.04/qt/qmake/qmake.exe
QT_MOC_EXECUTABLE C:/Qt/2009.04/qt/bin/moc.exe
QT_UIC_EXECUTABLE  C:/Qt/2009.04/qt/bin/uic.exe
Then I ran CGAL's <Configure> just for the heck of it.  It returns (the ellipses are mine):
...
CGAL_Qt3 needs Qt3, cannot be configured.
CGAL_Qt4 needs Qt4, cannot be configured.
Configuring done
I don't know whether it's because I have yet to Add Entry "QT_(xyz)_LIBRARY" spec or not (because I don't know what to write).  But there's also this: even after nmake ran all the way through for me on Qt yesterday, C:/Qt/2009.04/qt/debug/ and C:/Qt/2009.04/qt/release/ are both empty.  I don't know if they should be or not since I have no experience with this system.
 
Thanks again for your help.

--- 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, 9:27 AM

On Wednesday 21 October 2009 10:58:39 A S wrote:
> QT_QMAKE_EXECUTABLE  Full pathname to the qmake executable of Qt4  CMake

Fill that one with "C:\Qt\4.5.3\bin\qmake" (or with the "/" instead of "\",
use the tiny "…" button to launch the "file open dialog"), and all the other
variables (those containing ...NOTFOUND) will be filled automatically. That
tool qmake, in Qt4, is powerful enough so that the FindQt4.cmake macro can
query qmake to find out the values of all other variables.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
Release Manager of the CGAL Project       http://www.cgal.org/
--
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