Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Qt4 for CGAL Installation


Chronological Thread 
  • From: A S <>
  • To:
  • Subject: [cgal-discuss] Qt4 for CGAL Installation
  • Date: Wed, 21 Oct 2009 01:58:39 -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:MIME-Version:Content-Type; b=n6dk38Wg820XiVDUkrs6xPBiSu6PGj6d08qvgKB5Ap8KM1NJ249JdImaD88D80q434jWHpIHrNEqYwloDDbUd1HbGdbLrVziuK8iQ4ZTU1gCClpF0aHOGlFctfMef5vanMcw/VVkzrqJsvS8bQZP1+pPKPXvaQMkfopLx/pplCo=;

Okay, I was able to run nmake on Qt4 all the way through this time.  I had botched the first Qt setup on my C: drive.  I trashed it and reset it up properly (I'm pretty sure).
 
Anyway, I do seem to have all the Qt4 files I need after the two or so hour compilation, but I have two questions about the following CGAL Installation Manual Qt4 library instructions:
 
QT_INCLUDE_DIR  Directory containing the QtCore/qglobal.h file  CMake 
QT_LIBRARY_DIR  Directory containing the compiled Qt4 libraries  CMake 
QT_(xyz)_LIBRARY  Full pathname to the compiled 'xyz' Qt4 library17  CMake 
QT_QMAKE_EXECUTABLE  Full pathname to the qmake executable of Qt4  CMake 
QT_MOC_LIBRARY  Full pathname to the moc executable of Qt4  CMake 
QT_UIC_LIBRARY  Full pathname to the uic executable of Qt4  CMake 
 
- For the third line item, I have no idea what to transpose in place of "xyz."  I have no idea what this means, even after reading the footnote at (17).
 
- For the fourth line item, I've located 2 qmake.exe.  There's one at C:\Qt\4.5.3\bin\, as well as one at C:\Qt\4.5.3\qmake\.  I don't know which one to use.
 
The first question is obviously my bigger one.  Is there any way that someone can show me a hypothetical snip for that, a possible real statement as a syntactical guide?
 
Thanks again for the help and direction, all of it much appreciated.




Archive powered by MHonArc 2.6.16.

Top of Page