<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    All,<br>
    <br>
    Just some cmake feedback.&nbsp; On linux when I do a cmake build on linux
    with <br>
    <br>
    -DCMAKE_INSTALL_PREFIX=/usr/local<br>
    <br>
    and do a:<br>
    <br>
    make<br>
    make install<br>
    <br>
    The includes go to:<br>
    <br>
    /usr/local/include/qgis <br>
    <br>
    Which is good:<br>
    <br>
    So in my qgis plugin I namespace my includes like:<br>
    <br>
    // QGIS Specific includes<br>
    #include &lt;qgis/qgisinterface.h&gt;<br>
    <br>
    All is good, I have a single include path of /usr/local/include.<br>
    <br>
    But on window includes install to:<br>
    <big><br>
    </big><font size="2"><big>C:\Program Files\qgis1.7.0\include<br>
        <br>
        Note no qgis sub dir.<br>
        <br>
        So then:</big><br>
    </font>#include &lt;qgis/qgisinterface.h&gt;<br>
    <br>
    Does not work.<br>
    <br>
    So it would be nice if the install went one way or the other on all
    platforms.&nbsp; I like the namespaced sub directory, i.e.
    install_prefix/include/qgis<font size="2">.<br>
      <big><br>
        Just some feedback...<br>
        <br>
        Take care,<br>
        Dave<br>
      </big><br>
    </font>
  </body>
</html>