Skip to content

Commit

Permalink
Moved composer view to gui for potential reuse by plugins
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9146 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 24, 2008
1 parent cc19e96 commit fa9655f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/CMakeLists.txt
Expand Up @@ -63,7 +63,6 @@ SET(QGIS_APP_SRCS
composer/qgscomposerscalebarwidget.cpp
composer/qgscomposerlegenditemdialog.cpp
composer/qgscomposerlegendwidget.cpp
composer/qgscomposerview.cpp
composer/qgscompositionwidget.cpp

legend/qgslegendgroup.cpp
Expand Down Expand Up @@ -127,7 +126,6 @@ SET (QGIS_APP_MOC_HDRS
composer/qgscomposermapwidget.h
composer/qgscomposerpicturewidget.h
composer/qgscomposerscalebarwidget.h
composer/qgscomposerview.h
composer/qgscompositionwidget.h

legend/qgslegend.h
Expand Down
4 changes: 3 additions & 1 deletion src/gui/CMakeLists.txt
Expand Up @@ -3,6 +3,7 @@ SET(QGIS_GUI_SRCS
qgisgui.cpp
qgisinterface.cpp
qgscolorbutton.cpp
qgscomposerview.cpp
qgscursors.cpp
qgsdetaileditemdelegate.cpp
qgsdetaileditemwidget.cpp
Expand All @@ -28,6 +29,7 @@ qgsvertexmarker.cpp
)

SET(QGIS_GUI_MOC_HDRS
qgscomposerview.h
qgsdetaileditemdelegate.h
qgsdetaileditemwidget.h
qgisinterface.h
Expand All @@ -44,7 +46,7 @@ qgsquickprint.h
QT4_WRAP_CPP(QGIS_GUI_MOC_SRCS ${QGIS_GUI_MOC_HDRS})

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} ../core
../core/raster ../core/renderer ../core/symbology
../core/composer ../core/raster ../core/renderer ../core/symbology
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}/../ui
${GEOS_INCLUDE_DIR}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fa9655f

Please sign in to comment.