File tree 6 files changed +52
-19
lines changed
widgets/projectionselector
6 files changed +52
-19
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ libqgis_composer_MOC = qgscomposer.moc.cpp \
29
29
qgscomposerview.moc.cpp \
30
30
qgscomposition.moc.cpp
31
31
32
- # #libqgis_composer_la_HEADERS = qgscomposer.h\
33
- ## qgscomposeritem.h \
34
- ## qgscomposerlabel.h \
35
- ## qgscomposerpicture.h \
36
- ## qgscomposermap.h \
37
- ## qgscomposerscalebar.h \
38
- ## qgscomposervectorlegend.h \
39
- ## qgscomposerview.h \
40
- ## qgscomposition.h
32
+ libqgis_composerHEADERS = qgscomposer.h\
33
+ qgscomposeritem.h \
34
+ qgscomposerlabel.h \
35
+ qgscomposerpicture.h \
36
+ qgscomposermap.h \
37
+ qgscomposerscalebar.h \
38
+ qgscomposervectorlegend.h \
39
+ qgscomposerview.h \
40
+ qgscomposition.h
41
41
42
42
libqgis_composer_la_SOURCES = qgscomposer.cpp\
43
43
qgscomposeritem.cpp \
@@ -61,3 +61,7 @@ libqgis_composer_la_CXXFLAGS = $(PKGDATAPATH) -I../gui/ -I../ui/ -I../core/ \
61
61
BUILT_SOURCES = $(libqgis_composer_MOC )
62
62
63
63
CLEANFILES = $(BUILT_SOURCES )
64
+
65
+ pkginclude_dir = $(includedir ) /qgis
66
+ pkginclude_HEADERS = $(libqgis_composerHEADERS )
67
+
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ libqgis_coreHEADERS = \
48
48
qgsclipper.h \
49
49
qgscolortable.h \
50
50
qgscontexthelp.h \
51
- qgscsexception.h \
52
51
qgscustomsymbol.h \
53
52
qgsdatamanager.h \
54
53
qgsdataprovider.h \
@@ -86,8 +85,7 @@ libqgis_coreHEADERS = \
86
85
qgsrenderitem.h \
87
86
qgsscalecalculator.h \
88
87
qgssearchstring.h \
89
- qgssearchtreenode.h \
90
- qgssinglesymrenderer.h \
88
+ qgssearchtreenode.h \
91
89
qgssymbol.h \
92
90
qgssymbologyutils.h \
93
91
qgsvectordataprovider.h
@@ -169,7 +167,7 @@ libqgis_core_la_CXXFLAGS = $(PREFIX) $(PLUGINPATH) $(PKGDATAPATH) $(CXXFLAGS) $(
169
167
# # additional files that need to be installed go here
170
168
# # ----------------------------------------------------------------------
171
169
# #
172
- pkginclude_HEADERS = $(qgisHEADERS )
170
+ pkginclude_HEADERS = $(libqgis_coreHEADERS )
173
171
174
172
pkginclude_dir = $(includedir ) /qgis
175
173
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ libqgis_guiHEADERS = \
124
124
qgspointstylewidget.h \
125
125
qgsproject.h \
126
126
qgsprojectproperties.h \
127
- qgsrangerenderitem.h \
128
127
qgsrasterlayerproperties.h \
129
128
qgsrubberband.h \
130
129
qgsrunprocess.h \
@@ -305,7 +304,7 @@ libqgis_gui_la_CXXFLAGS = $(PREFIX) $(PLUGINPATH) $(PKGDATAPATH) $(GDAL_CFLAGS)
305
304
# # additional files that need to be installed go here
306
305
# # ----------------------------------------------------------------------
307
306
# #
308
- pkginclude_HEADERS = $(qgisHEADERS )
307
+ pkginclude_HEADERS = $(libqgis_guiHEADERS )
309
308
310
309
pkginclude_dir = $(includedir ) /qgis
311
310
Original file line number Diff line number Diff line change @@ -34,6 +34,18 @@ libqgis_legend_la_SOURCES = qgslegendgroup.cpp \
34
34
qgslegendsymbologyitem.cpp \
35
35
qgslegendvectorsymbologyitem.cpp
36
36
37
+ libqgis_legendHEADERS = \
38
+ qgslegend.h \
39
+ qgslegenditem.h \
40
+ qgslegendlayer.h \
41
+ qgslegendlayerfile.h \
42
+ qgslegendlayerfilegroup.h \
43
+ qgslegendpropertygroup.h \
44
+ qgslegendpropertyitem.h \
45
+ qgslegendsymbologygroup.h \
46
+ qgslegendsymbologyitem.h \
47
+ qgslegendvectorsymbologyitem.h
48
+
37
49
libqgis_legend_la_LIBFLAGS = $(QT_LDADD )
38
50
39
51
libqgis_legend_la_LDFLAGS = -version-info $(INTERFACE_VERSION )
@@ -45,3 +57,7 @@ libqgis_legend_la_CXXFLAGS = $(PKGDATAPATH) -I../gui/ -I../ui/ -I../core/ \
45
57
BUILT_SOURCES = $(qgis_MOC )
46
58
47
59
CLEANFILES = $(BUILT_SOURCES )
60
+
61
+ pkginclude_dir = $(includedir ) /qgis
62
+ pkginclude_HEADERS = $(libqgis_legendHEADERS )
63
+
Original file line number Diff line number Diff line change 8
8
9
9
% .moc.cpp : % .h
10
10
$(MOC ) -o $@ $<
11
+
11
12
lib_LTLIBRARIES = libqgis_raster.la
13
+
12
14
libqgis_raster_la_MOC = \
13
15
qgsrasterlayer.moc.cpp
14
- libqgis_raster_la_SOURCES = qgsrasterbandstats.h \
15
- qgsrasterpyramid.h \
16
+
17
+ libqgis_raster_la_SOURCES = \
16
18
qgsrasterlayer.cpp \
17
- qgsrasterlayer.h \
18
- qgsrasterviewport.h \
19
19
$(libqgis_raster_la_MOC )
20
+
21
+ libqgis_rasterHEADERS = \
22
+ qgsrasterbandstats.h \
23
+ qgsrasterpyramid.h \
24
+ qgsrasterlayer.h \
25
+ qgsrasterviewport.h
26
+
20
27
BUILT_SOURCES = $(libqgis_raster_la_MOC ) $(libqgis_raster_la_SOURCES )
21
28
# #libqgis_raster_la_LDFLAGS = -no-undefined
22
29
libqgis_raster_la_CPPFLAGS = -I$(OMSRCDIR )
@@ -28,3 +35,7 @@ EXTRA_DIST = \
28
35
qgsrasterpyramid.h
29
36
30
37
CLEANFILES = $(libqgis_raster_la_MOC )
38
+
39
+ pkginclude_dir = $(includedir ) /qgis
40
+ pkginclude_HEADERS = $(libqgis_rasterHEADERS )
41
+
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ selector_UIC = qgsprojectionselectorbase.ui
32
32
33
33
selector_UI = ui_qgsprojectionselectorbase.h
34
34
35
+ selectorHEADERS = qgsprojectionselector.h
35
36
36
37
libqgsprojectionselector_la_SOURCES = qgsprojectionselector.cpp \
37
38
$(selector_UI ) \
@@ -48,3 +49,7 @@ libqgsprojectionselector_la_LDFLAGS = -avoid-version
48
49
libqgsprojectionselector_la_CXXFLAGS = $(PREFIX ) $(PLUGINPATH ) $(PKGDATAPATH ) $(CXXFLAGS ) $(EXTRA_CXXFLAGS ) $(QT_CXXFLAGS ) $(DEBUG_QGIS ) $(GEOS_CFLAGS ) -I../../core/
49
50
50
51
EXTRA_DIST = $(selector_UIC )
52
+
53
+ pkginclude_dir = $(includedir ) /qgis
54
+ pkginclude_HEADERS = $(selectorHEADERS )
55
+
You can’t perform that action at this time.
0 commit comments