Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Compiling Issues of CGAL

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Compiling Issues of CGAL


Chronological Thread 
  • From: thedorkknight <>
  • To:
  • Subject: [cgal-discuss] Re: Compiling Issues of CGAL
  • Date: Mon, 14 Jan 2013 09:29:42 -0800 (PST)

Ok, so i found out what compiler flags are.

I am using QT and in QT the .pro file is whare all the information is saved
and fed to the compiler.

so my .pro file looks like this.


#-------------------------------------------------
#
# Project created by QtCreator 2013-01-11T14:53:46
#
#-------------------------------------------------

QT += core

QT -= gui

TARGET = dt_trial
CONFIG += console
CONFIG -= app_bundle

TEMPLATE = app

INCLUDEPATH += C:\\libraries\\CGAL_4_1\\include\\CGAL
INCLUDEPATH += C:\\libraries\\CGAL_4_1\\include
INCLUDEPATH += C:\\libraries\\CGAL_4_1
INCLUDEPATH += C:\\libraries\\boost_1_51
INCLUDEPATH += C:\\libraries\\CGAL_4_1\\build\\include\\CGAL
INCLUDEPATH += C:\\libraries\\CGAL_4_1\\auxiliary\\gmp\\include

LIBS += -LC:\\libraries\\CGAL_4_1\\build\\lib -CGAL_Core-vc100-mt-gd-4.1.lib
LIBS += -LC:\\libraries\\CGAL_4_1\\build\\lib
-CGAL_ImageIO-vc100-mt-gd-4.1.lib
LIBS += -LC:\\libraries\\CGAL_4_1\\build\\lib -CGAL_Qt4-vc100-mt-gd-4.1.lib
LIBS += -LC:\\libraries\\CGAL_4_1\\build\\lib -CGAL-vc100-mt-gd-4.1.lib

SOURCES += main.cpp

Am i using the correct files to be included with the library?

It would be very kind of anyone to help.

Best Regards
Mihir








--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Compiling-Issues-of-CGAL-tp4656055p4656479.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page