Skip to content

Commit b15e96e

Browse files
author
timlinux
committedMay 30, 2008
Remove references to deleted uis
git-svn-id: http://svn.osgeo.org/qgis/trunk@8548 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f98f9e5 commit b15e96e

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
2-
# TODO: delete from SVN
3-
# qgslinestyledialog.(cpp|h)
4-
# qgslinestylewidget.(cpp|h)
5-
# qgsmarkerdialog.(cpp|h)
6-
# qgspatterndialog.(cpp|h)
7-
# qgspointstylewidget.(cpp|h)
8-
# qgsvectorsymbologywidget.(cpp|h)
9-
101
SET(QGIS_APP_SRCS
112
main.cpp
123
qgisapp.cpp
@@ -25,7 +16,6 @@ SET(QGIS_APP_SRCS
2516
qgsdbfilterproxymodel.cpp
2617
qgsdbtablemodel.cpp
2718
qgsdelattrdialog.cpp
28-
qgsfillstylewidget.cpp
2919
qgsgeomtypedialog.cpp
3020
qgsgraduatedsymboldialog.cpp
3121
qgshelpviewer.cpp
@@ -102,7 +92,6 @@ SET (QGIS_APP_MOC_HDRS
10292
qgscontinuouscolordialog.h
10393
qgscustomprojectiondialog.h
10494
qgsdelattrdialog.h
105-
qgsfillstylewidget.h
10695
qgsgeomtypedialog.h
10796
qgsgraduatedsymboldialog.h
10897
qgshelpviewer.h

‎src/ui/CMakeLists.txt

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
2-
# TODO: delete from SVN
3-
# qgslinestyledialog.ui
4-
# qgslinestylewidget.ui
5-
# qgsmarkerdialog.ui
6-
# qgspatterndialog.ui
7-
# qgspointstylewidget.ui
8-
# qgsvectorsymbologywidget.ui
9-
101
SET(QGIS_UIS
112
qgisappbase.ui
123
qgsabout.ui
@@ -27,7 +18,6 @@ SET(QGIS_UIS
2718
qgsdbsourceselectbase.ui
2819
qgsdelattrdialogbase.ui
2920
qgsdetaileditemwidgetbase.ui
30-
qgsfillstylewidgetbase.ui
3121
qgsgeomtypedialogbase.ui
3222
qgsgraduatedsymboldialogbase.ui
3323
qgshelpviewerbase.ui
@@ -51,12 +41,9 @@ SET(QGIS_UIS
5141
qgssnappingdialogbase.ui
5242
qgsuniquevaluedialogbase.ui
5343
qgsvectorlayerpropertiesbase.ui
44+
qgspythondialog.ui
5445
)
5546

56-
IF (PYTHON_FOUND)
57-
SET (QGIS_UIS ${QGIS_UIS} ../ui/qgspythondialog.ui)
58-
ENDIF (PYTHON_FOUND)
59-
6047
QT4_WRAP_UI(QGIS_UIS_H ${QGIS_UIS})
6148

6249
ADD_CUSTOM_TARGET(ui ALL DEPENDS ${QGIS_UIS_H})

0 commit comments

Comments
 (0)
Please sign in to comment.