Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Setting up Qt4 for Cmake

Subject: CGAL users discussion list

List archive

[cgal-discuss] Setting up Qt4 for Cmake


Chronological Thread 
  • From: A S <>
  • To:
  • Subject: [cgal-discuss] Setting up Qt4 for Cmake
  • Date: Sun, 18 Oct 2009 18:13:34 -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=Wj/aAXdlLOtZ3N0wxjQC1NO9iqEnSen+rWLR7kLlETY/SgDPfSYqrRhKdUixEWv701NeSAyBv57mLOaRf6SzmI8Rxr2HXAHbSTrhhImxVTWmt81rsDtcKA1Zwf5KMHRj29C/0uhOPnNUsiLMaDGyyeqSp2ecnWRwPXJCu9HxVOU=;

I don't know if I have the proper setup for Qt4.  I located a "configure.exe" inside of C:\Qt\4.5.3\ and launched it--it ran for over 10 minutes inside a Windows console.  It built, among other things, a debug\ directory, a release\ directory and a .moc\debug-shared\ directory (but all are empty).
 
With that in mind, here's "Qt4 library" table from the CQAL Installation Manual (questions follow):
 
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
 
I have a C:\Qt\4.5.3\include\QtCore\qglobal.h, so for the first line item I've set this up as:
    C:/Qt/4.5.3/include/
(I don't know if it's correct--I took the table's word that the path should be comprehensive of QtCore/qglobal.h and not only of qglobal.h.)
 
For the second line item, I don't know where the compiled Qt4 libraries are.  (Inside of Qt\4.5.3.\lib\ all I see are files ending in either extension ".a" or ".prl" and I don't know what those are.  Are they the libraries?)
 
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.
 
For the fifth line item, I've located 2 moc.exe.  There's one at C:\Qt\2009.04\qt\bin\, as well as one at C:\Qt\4.5.3\bin\.  I'll guess I should use the latter.
 
For the sixth line item, there is a C:\Qt\4.5.3\bin\uic.exe.  (I guess I'm okay on that.)
 
So, I have big questions on line items 2 through 5.  Any help would be welcome.  Thanks again.
 
 
 
 



  • [cgal-discuss] Setting up Qt4 for Cmake, A S, 10/19/2009

Archive powered by MHonArc 2.6.16.

Top of Page