Skip to content

Commit

Permalink
Move QgsDxfExport into dxf subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Nov 23, 2013
1 parent 78fbee3 commit 34e1bd2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Expand Up @@ -421,7 +421,7 @@ INCLUDE_DIRECTORIES(
../analysis/raster ../analysis/openstreetmap
../core
../core/gps
../core/composer ../core/raster ../core/symbology-ng
../core/composer ../core/dxf ../core/raster ../core/symbology-ng
../gui ../gui/symbology-ng ../gui/attributetable ../gui/raster
../plugins
../python
Expand Down
2 changes: 1 addition & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -62,7 +62,6 @@ SET(QGIS_CORE_SRCS
qgsdbfilterproxymodel.cpp
qgsdiagramrendererv2.cpp
qgsdistancearea.cpp
qgsdxfexport.cpp
qgserror.cpp
qgsexpression.cpp
qgsexpression_texts.cpp
Expand Down Expand Up @@ -161,6 +160,7 @@ SET(QGIS_CORE_SRCS
composer/qgscomposermultiframe.cpp
composer/qgscomposition.cpp

dxf/qgsdxfexport.cpp
dxf/qgsdxfpaintdevice.cpp
dxf/qgsdxfpaintengine.cpp

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 34e1bd2

Please sign in to comment.