Skip to content

Commit

Permalink
Added a bunch of UI files for new symbology.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/symbology-ng-branch@10771 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 12, 2009
1 parent 8a12078 commit edb42a1
Show file tree
Hide file tree
Showing 12 changed files with 1,827 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/CMakeLists.txt
@@ -1,6 +1,7 @@
FILE(GLOB QGIS_UIS "${CMAKE_CURRENT_SOURCE_DIR}/*.ui")
FILE(GLOB SYMBOLLAYER_UIS "${CMAKE_CURRENT_SOURCE_DIR}/symbollayer/*.ui")

QT4_WRAP_UI(QGIS_UIS_H ${QGIS_UIS})
QT4_WRAP_UI(QGIS_UIS_H ${QGIS_UIS} ${SYMBOLLAYER_UIS})

ADD_CUSTOM_TARGET(ui ALL DEPENDS ${QGIS_UIS_H})

0 comments on commit edb42a1

Please sign in to comment.