~ubuntu-branches/ubuntu/wily/marble/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib/marble/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-18 14:08:05 UTC
  • mfrom: (1.5.8) (68.1.7 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20141218140805-s9vz8rnjd34ekcbc
Tags: 4:14.12.0-0ubuntu2
Remove .acc files, there are no abi tars and we already have .symbols files

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
INCLUDE(graphicsview/CMakeLists.txt)
44
44
INCLUDE(layers/CMakeLists.txt)
45
45
 
46
 
set(GENERIC_LIB_VERSION "0.19.2")
47
 
set(GENERIC_LIB_SOVERSION "19")
 
46
set(GENERIC_LIB_VERSION "0.19.95")
 
47
set(GENERIC_LIB_SOVERSION "20")
48
48
 
49
49
if (QTONLY)
50
50
  # ce: don't know why this is needed here - on win32 'O2' is activated by default in release mode
90
90
    MarbleModel.cpp
91
91
    MarbleMap.cpp
92
92
    MarbleControlBox.cpp
 
93
    MarbleColors.cpp
93
94
    NavigationWidget.cpp
94
95
    MapViewWidget.cpp
95
96
    FileViewWidget.cpp
103
104
    PlaybackTourControlItem.cpp
104
105
    PlaybackWaitItem.cpp
105
106
    SerialTrack.cpp
106
 
    ParallelTrack.cpp
 
107
    SoundTrack.cpp
 
108
    AnimatedUpdateTrack.cpp
107
109
    CurrentLocationWidget.cpp
108
110
    MarbleNavigator.cpp
109
111
    MarbleLegendBrowser.cpp
130
132
    GeoPainter.cpp
131
133
    HttpDownloadManager.cpp
132
134
    HttpJob.cpp
 
135
    RemoteIconLoader.cpp
133
136
    LayerManager.cpp
134
137
    PluginManager.cpp
135
138
    TimeControlWidget.cpp
146
149
    ViewParams.cpp
147
150
    projections/AbstractProjection.cpp
148
151
    projections/CylindricalProjection.cpp
 
152
    projections/AzimuthalProjection.cpp
149
153
    projections/SphericalProjection.cpp
150
154
    projections/EquirectProjection.cpp
151
155
    projections/MercatorProjection.cpp
 
156
    projections/GnomonicProjection.cpp
 
157
    projections/StereographicProjection.cpp
 
158
    projections/LambertAzimuthalProjection.cpp
 
159
    projections/AzimuthalEquidistantProjection.cpp
 
160
    projections/VerticalPerspectiveProjection.cpp
152
161
    VisiblePlacemark.cpp
153
162
    PlacemarkLayout.cpp
154
163
    Planet.cpp
 
164
    PlanetFactory.cpp
155
165
    Quaternion.cpp
156
166
    TextureColorizer.cpp
157
167
    TextureMapperInterface.cpp
160
170
    EquirectScanlineTextureMapper.cpp
161
171
    MercatorScanlineTextureMapper.cpp
162
172
    TileScalingTextureMapper.cpp
 
173
    GenericScanlineTextureMapper.cpp
163
174
    VectorTileModel.cpp
164
175
    DiscCache.cpp
165
176
    ServerLayout.cpp
181
192
    ImageF.cpp
182
193
    MovieCapture.cpp
183
194
    MovieCaptureDialog.cpp
 
195
    TourCaptureDialog.cpp
184
196
 
185
197
    AbstractDataPlugin.cpp
186
198
    AbstractDataPluginModel.cpp
195
207
    RenderPluginInterface.cpp
196
208
    PositionProviderPlugin.cpp
197
209
    PositionProviderPluginInterface.cpp
 
210
    PlacemarkPositionProviderPlugin.cpp
 
211
    RouteSimulationPositionProviderPlugin.cpp
198
212
    MarblePluginSettingsWidget.cpp
199
213
    RenderPluginModel.cpp
200
214
    PluginAboutDialog.cpp
319
333
    cloudsync/CloudRoutesDialog.ui
320
334
    MarbleCloudSyncSettingsWidget.ui
321
335
    MovieCaptureDialog.ui
 
336
    TourCaptureDialog.ui
322
337
)
323
338
 
324
339
# FIXME: cleaner approach of src/lib/marblwidget/MarbleControlBox.* vs. marble.qrc
354
369
    ${Qt5WebKitWidgets_LIBRARIES}
355
370
    ${Qt5Svg_LIBRARIES}
356
371
    ${Qt5Script_LIBRARIES}
 
372
    ${Qt5Quick_LIBRARIES}
 
373
    ${Qt5PrintSupport_LIBRARIES}
357
374
    )
358
375
endif()
359
376
 
439
456
    TileCoordsPyramid.h
440
457
    TileLevelRangeWidget.h
441
458
    TinyWebBrowser.h
 
459
    QtMarbleConfigDialog.h
442
460
    global.h
443
461
    MarbleColors.h
444
462
    MarbleGlobal.h
465
483
    geodata/data/GeoDataFeature.h
466
484
    geodata/data/GeoDataFolder.h
467
485
    geodata/data/GeoDataGeometry.h
 
486
    geodata/data/GeoDataGroundOverlay.h
468
487
    geodata/data/GeoDataHotSpot.h
469
488
    geodata/data/GeoDataIconStyle.h
470
489
    geodata/data/GeoDataItemIcon.h
515
534
    ParsingRunner.h
516
535
    SearchRunner.h
517
536
    ReverseGeocodingRunner.h
518
 
    RoutingRunner.h
519
537
    SearchRunnerPlugin.h
520
538
    ReverseGeocodingRunnerPlugin.h
521
539
    ParseRunnerPlugin.h
524
542
    PluginAboutDialog.h
525
543
    marble_export.h
526
544
    Planet.h
 
545
    PlanetFactory.h
527
546
 
528
547
    AbstractDataPlugin.h
529
548
    AbstractDataPluginModel.h