<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nourhan M</title>
    <description>The latest articles on DEV Community by Nourhan M (@nourhan_y_a).</description>
    <link>https://dev.to/nourhan_y_a</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F58166%2Fd0f1184b-4473-4901-9370-5b21d5c6596f.png</url>
      <title>DEV Community: Nourhan M</title>
      <link>https://dev.to/nourhan_y_a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nourhan_y_a"/>
    <language>en</language>
    <item>
      <title>linking CGAL with qt-creator proplem</title>
      <dc:creator>Nourhan M</dc:creator>
      <pubDate>Sun, 18 Feb 2018 12:28:52 +0000</pubDate>
      <link>https://dev.to/nourhan_y_a/linking-cgal-with-qt-creator-proplem--576e</link>
      <guid>https://dev.to/nourhan_y_a/linking-cgal-with-qt-creator-proplem--576e</guid>
      <description>

&lt;p&gt;0&lt;br&gt;
down vote&lt;br&gt;
favorite&lt;/p&gt;

&lt;p&gt;I'm creating a qt project using QT-CREATOR and VS c++ compiler on windows OS,&lt;/p&gt;

&lt;p&gt;the .pro file:&lt;/p&gt;

&lt;p&gt;HEADERS = \&lt;br&gt;
    mainwindow.h \&lt;br&gt;
    myqglwidget.h \&lt;br&gt;
    My_CGAL_Config.h \&lt;br&gt;
    My_Vertex_base.h \&lt;br&gt;
    My_Halfedge_base.h \&lt;br&gt;
    My_Face_base.h \&lt;br&gt;
    my_polyhedron.h&lt;br&gt;
SOURCES = \&lt;br&gt;
    Viewer.cpp \&lt;br&gt;
    mainwindow.cpp \&lt;br&gt;
    myqglwidget.cpp \&lt;br&gt;
    my_polyhedron.cpp&lt;/p&gt;

&lt;p&gt;INCLUDEPATH += .&lt;br&gt;
INCLUDEPATH += C:/dev/CGAL-4.9/auxiliary/gmp/include&lt;br&gt;
INCLUDEPATH += C:/dev/CGAL-4.9/include&lt;br&gt;
INCLUDEPATH += C:/local/boost_1_59_0&lt;br&gt;
INCLUDEPATH += C:/dev/libQGLViewer-2.7.1/QGLViewer&lt;/p&gt;

&lt;p&gt;LIBS += -LC:/dev/CGAL-4.9/lib&lt;br&gt;
LIBS += -LC:/local/boost_1_59_0/lib&lt;br&gt;
LIBS += -LC:/dev/libQGLViewer-2.7.1/QGLViewer -lQGLViewer2&lt;/p&gt;

&lt;p&gt;'qglviewer.h','config.h' are in specified folders (C:/dev/libQGLViewer-2.7.1/QGLViewer , C:\dev\CGAL-4.9\include\CGAL) Respectively, so I think that the problem in warning message "The build directory needs to be at the same level as the source directory."&lt;/p&gt;

&lt;p&gt;the compile output message :&lt;/p&gt;

&lt;p&gt;Error while building/deploying project dr_mine (kit: Desktop Qt 5.7.1 MSVC2013 64bit)&lt;br&gt;
The kit Desktop Qt 5.7.1 MSVC2013 64bit has configuration issues which might be the root cause for this problem.&lt;br&gt;
When executing step "Make"&lt;/p&gt;

&lt;p&gt;I appreciate any help , thanks&lt;/p&gt;


</description>
      <category>cgalqtcreator</category>
    </item>
  </channel>
</rss>
