[Marble-commits] KDE/kdeedu/marble/src/lib

Jens-Michael Hoffmann jensmh at gmx.de
Thu Jan 7 01:18:49 CET 2010


SVN commit 1070894 by jmhoffmann:

Do not install private headers GeoData*_p.h, AbstractLayer/AbstractLayerInterface.h and MapThemeSortFilterProxyModel.h.

 M  +30 -5     CMakeLists.txt  
 M  +0 -2      geodata/CMakeLists.txt  


--- trunk/KDE/kdeedu/marble/src/lib/CMakeLists.txt #1070893:1070894
@@ -272,14 +272,10 @@
     MarbleNavigator.h
     MarbleDataFacade.h
     AbstractFloatItem.h
-    AbstractLayer/AbstractLayerInterface.h
     MapThemeManager.h
     MarbleAboutDialog.h
     MarbleWidgetInputHandler.h
     TinyWebBrowser.h
-
-    MapThemeSortFilterProxyModel.h
-    
     QtMarbleConfigDialog.h
     global.h
     MarbleDirs.h
@@ -294,7 +290,36 @@
     Quaternion.h
     SunLocator.h
     ClipPainter.h
-    ${geodata_data_HDRS}
+    geodata/data/GeoDataAbstractView.h
+    geodata/data/GeoDataAccuracy.h
+    geodata/data/GeoDataColorStyle.h
+    geodata/data/GeoDataContainer.h
+    geodata/data/GeoDataCoordinates.h
+    geodata/data/GeoDataDocument.h
+    geodata/data/GeoDataFeature.h
+    geodata/data/GeoDataFolder.h
+    geodata/data/GeoDataGeometry.h
+    geodata/data/GeoDataHotSpot.h
+    geodata/data/GeoDataIconStyle.h
+    geodata/data/GeoDataLabelStyle.h
+    geodata/data/GeoDataLatLonAltBox.h
+    geodata/data/GeoDataLatLonBox.h
+    geodata/data/GeoDataLinearRing.h
+    geodata/data/GeoDataLineString.h
+    geodata/data/GeoDataLineStyle.h
+    geodata/data/GeoDataLod.h
+    geodata/data/GeoDataLookAt.h
+    geodata/data/GeoDataMultiGeometry.h
+    geodata/data/GeoDataObject.h
+    geodata/data/GeoDataPlacemark.h
+    geodata/data/GeoDataPoint.h
+    geodata/data/GeoDataPolygon.h
+    geodata/data/GeoDataPolyStyle.h
+    geodata/data/GeoDataRegion.h
+    geodata/data/GeoDataStyle.h
+    geodata/data/GeoDataStyleMap.h
+    geodata/data/GeoDataStyleSelector.h
+    geodata/data/Serializable.h
     geodata/geodata_export.h
     geodata/parser/GeoDocument.h
     TileCreator.h
--- trunk/KDE/kdeedu/marble/src/lib/geodata/CMakeLists.txt #1070893:1070894
@@ -17,8 +17,6 @@
 FILE( GLOB geodata_parser_SRCS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} geodata/parser/*.cpp )
 FILE( GLOB geodata_writer_SRCS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} geodata/writer/*.cpp )
 
-FILE( GLOB geodata_data_HDRS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} geodata/data/*.h )
-
 SET( geodata_handlers_gpx_SRCS
         geodata/handlers/gpx/GPXElementDictionary.cpp
         geodata/handlers/gpx/GPXgpxTagHandler.cpp


More information about the Marble-commits mailing list