[QGIS Commit] r11038 - branches/Version-1_0/src/gui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Jul 10 16:01:15 EDT 2009


Author: jef
Date: 2009-07-10 16:01:15 -0400 (Fri, 10 Jul 2009)
New Revision: 11038

Modified:
   branches/Version-1_0/src/gui/CMakeLists.txt
   branches/Version-1_0/src/gui/qgsgenericprojectionselector.cpp
   branches/Version-1_0/src/gui/qgsgenericprojectionselector.h
   branches/Version-1_0/src/gui/qgsprojectionselector.cpp
   branches/Version-1_0/src/gui/qgsprojectionselector.h
Log:
apply r10093 to 1.0

Modified: branches/Version-1_0/src/gui/CMakeLists.txt
===================================================================
--- branches/Version-1_0/src/gui/CMakeLists.txt	2009-07-10 17:26:54 UTC (rev 11037)
+++ branches/Version-1_0/src/gui/CMakeLists.txt	2009-07-10 20:01:15 UTC (rev 11038)
@@ -118,6 +118,11 @@
 qgsrubberband.h
 qgsvertexmarker.h
 qgsmaptip.h
+
+${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsdetaileditemwidgetbase.h
+${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsgenericprojectionselectorbase.h
+${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsmessageviewer.h
+${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsprojectionselectorbase.h
 )
 
 

Modified: branches/Version-1_0/src/gui/qgsgenericprojectionselector.cpp
===================================================================
--- branches/Version-1_0/src/gui/qgsgenericprojectionselector.cpp	2009-07-10 17:26:54 UTC (rev 11037)
+++ branches/Version-1_0/src/gui/qgsgenericprojectionselector.cpp	2009-07-10 20:01:15 UTC (rev 11038)
@@ -16,7 +16,7 @@
  *                                                                         *
  ***************************************************************************/
 /* $Id$ */
-#include "qgsgenericprojectionselector.h"
+#include <qgsgenericprojectionselector.h>
 #include <QApplication>
 
 /**

Modified: branches/Version-1_0/src/gui/qgsgenericprojectionselector.h
===================================================================
--- branches/Version-1_0/src/gui/qgsgenericprojectionselector.h	2009-07-10 17:26:54 UTC (rev 11037)
+++ branches/Version-1_0/src/gui/qgsgenericprojectionselector.h	2009-07-10 20:01:15 UTC (rev 11038)
@@ -18,8 +18,8 @@
 /* $Id$ */
 #ifndef QGSGENERICPROJECTIONSELECTOR_H
 #define QGSGENERICPROJECTIONSELECTOR_H
-#include "ui_qgsgenericprojectionselectorbase.h"
-#include "qgisgui.h"
+#include <ui_qgsgenericprojectionselectorbase.h>
+#include <qgisgui.h>
 
 #include <QSet>
 

Modified: branches/Version-1_0/src/gui/qgsprojectionselector.cpp
===================================================================
--- branches/Version-1_0/src/gui/qgsprojectionselector.cpp	2009-07-10 17:26:54 UTC (rev 11037)
+++ branches/Version-1_0/src/gui/qgsprojectionselector.cpp	2009-07-10 20:01:15 UTC (rev 11038)
@@ -9,7 +9,7 @@
  *   (at your option) any later version.                                   *
  ***************************************************************************/
 /* $Id$ */
-#include "qgsprojectionselector.h"
+#include <qgsprojectionselector.h>
 
 //standard includes
 #include <cassert>

Modified: branches/Version-1_0/src/gui/qgsprojectionselector.h
===================================================================
--- branches/Version-1_0/src/gui/qgsprojectionselector.h	2009-07-10 17:26:54 UTC (rev 11037)
+++ branches/Version-1_0/src/gui/qgsprojectionselector.h	2009-07-10 20:01:15 UTC (rev 11038)
@@ -11,7 +11,7 @@
 #ifndef QGSCRSSELECTOR_H
 #define QGSCRSSELECTOR_H
 
-#include "ui_qgsprojectionselectorbase.h"
+#include <ui_qgsprojectionselectorbase.h>
 
 #include <QSet>
 



More information about the QGIS-commit mailing list