Skip to content

Commit

Permalink
Re-enabled GPX provider
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Dec 20, 2012
1 parent 5ea42f7 commit 46f1109
Show file tree
Hide file tree
Showing 6 changed files with 617 additions and 464 deletions.
2 changes: 1 addition & 1 deletion src/providers/CMakeLists.txt
Expand Up @@ -22,7 +22,7 @@ IF (SPATIALITE_FOUND OR WITH_INTERNAL_SPATIALITE)
ENDIF (SPATIALITE_FOUND OR WITH_INTERNAL_SPATIALITE)

IF (EXPAT_FOUND)
# ADD_SUBDIRECTORY(gpx) # TODO: enable when migrated to new api
ADD_SUBDIRECTORY(gpx)
# ADD_SUBDIRECTORY(wfs) # TODO: enable when migrated to new api
ENDIF (EXPAT_FOUND)

Expand Down
6 changes: 5 additions & 1 deletion src/providers/gpx/CMakeLists.txt
Expand Up @@ -2,7 +2,11 @@
########################################################
# Files

SET (GPX_SRCS qgsgpxprovider.cpp gpsdata.cpp)
SET (GPX_SRCS
qgsgpxprovider.cpp
qgsgpxfeatureiterator.cpp
gpsdata.cpp
)

SET (GPX_MOC_HDRS
qgsgpxprovider.h
Expand Down

0 comments on commit 46f1109

Please sign in to comment.