Skip to content

Commit 2254812

Browse files
author
timlinux
committed
Comment oout references to disabled targets
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5252 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9fe4b8d commit 2254812

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/src/core/Makefile.am

+12-12
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ testqgsgeometry_SOURCES = testqgsgeometry.cpp
142142
testqgsgeometry_LDADD = $(GLOBALLDADD)
143143
testqgsgeometry_CXXFLAGS = $(GLOBALCXXFLAGS)
144144

145-
testqgsbookmarkitem_MOC = testqgsbookmarkitem.moc.cpp
146-
testqgsbookmarkitem_SOURCES = testqgsbookmarkitem.cpp
147-
testqgsbookmarkitem_LDADD = $(GLOBALLDADD)
148-
testqgsbookmarkitem_CXXFLAGS = $(GLOBALCXXFLAGS)
145+
#testqgsbookmarkitem_MOC = testqgsbookmarkitem.moc.cpp
146+
#testqgsbookmarkitem_SOURCES = testqgsbookmarkitem.cpp
147+
#testqgsbookmarkitem_LDADD = $(GLOBALLDADD)
148+
#testqgsbookmarkitem_CXXFLAGS = $(GLOBALCXXFLAGS)
149149

150150
testqgscolortable_MOC = testqgscolortable.moc.cpp
151151
testqgscolortable_SOURCES = testqgscolortable.cpp
@@ -172,10 +172,10 @@ testqgsdatasource_SOURCES = testqgsdatasource.cpp
172172
testqgsdatasource_LDADD = $(GLOBALLDADD)
173173
testqgsdatasource_CXXFLAGS = $(GLOBALCXXFLAGS)
174174

175-
testqgsdistancearea_MOC = testqgsdistancearea.moc.cpp
176-
testqgsdistancearea_SOURCES = testqgsdistancearea.cpp
177-
testqgsdistancearea_LDADD = $(GLOBALLDADD)
178-
testqgsdistancearea_CXXFLAGS = $(GLOBALCXXFLAGS)
175+
#testqgsdistancearea_MOC = testqgsdistancearea.moc.cpp
176+
#testqgsdistancearea_SOURCES = testqgsdistancearea.cpp
177+
#testqgsdistancearea_LDADD = $(GLOBALLDADD)
178+
#testqgsdistancearea_CXXFLAGS = $(GLOBALCXXFLAGS)
179179

180180
testqgsfeatureattribute_MOC = testqgsfeatureattribute.moc.cpp
181181
testqgsfeatureattribute_SOURCES = testqgsfeatureattribute.cpp
@@ -187,10 +187,10 @@ testqgsgeometryvertexindex_SOURCES = testqgsgeometryvertexindex.cpp
187187
testqgsgeometryvertexindex_LDADD = $(GLOBALLDADD)
188188
testqgsgeometryvertexindex_CXXFLAGS = $(GLOBALCXXFLAGS)
189189

190-
testqgslabelattributes_MOC = testqgslabelattributes.moc.cpp
191-
testqgslabelattributes_SOURCES = testqgslabelattributes.cpp
192-
testqgslabelattributes_LDADD = $(GLOBALLDADD)
193-
testqgslabelattributes_CXXFLAGS = $(GLOBALCXXFLAGS)
190+
#testqgslabelattributes_MOC = testqgslabelattributes.moc.cpp
191+
#testqgslabelattributes_SOURCES = testqgslabelattributes.cpp
192+
#testqgslabelattributes_LDADD = $(GLOBALLDADD)
193+
#testqgslabelattributes_CXXFLAGS = $(GLOBALCXXFLAGS)
194194

195195
testqgsline_MOC = testqgsline.moc.cpp
196196
testqgsline_SOURCES = testqgsline.cpp

0 commit comments

Comments
 (0)