File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 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
-
10
1
SET (QGIS_APP_SRCS
11
2
main.cpp
12
3
qgisapp.cpp
@@ -25,7 +16,6 @@ SET(QGIS_APP_SRCS
25
16
qgsdbfilterproxymodel.cpp
26
17
qgsdbtablemodel.cpp
27
18
qgsdelattrdialog.cpp
28
- qgsfillstylewidget.cpp
29
19
qgsgeomtypedialog.cpp
30
20
qgsgraduatedsymboldialog.cpp
31
21
qgshelpviewer.cpp
@@ -102,7 +92,6 @@ SET (QGIS_APP_MOC_HDRS
102
92
qgscontinuouscolordialog.h
103
93
qgscustomprojectiondialog.h
104
94
qgsdelattrdialog.h
105
- qgsfillstylewidget.h
106
95
qgsgeomtypedialog.h
107
96
qgsgraduatedsymboldialog.h
108
97
qgshelpviewer.h
Original file line number Diff line number Diff line change 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
-
10
1
SET (QGIS_UIS
11
2
qgisappbase.ui
12
3
qgsabout.ui
@@ -27,7 +18,6 @@ SET(QGIS_UIS
27
18
qgsdbsourceselectbase.ui
28
19
qgsdelattrdialogbase.ui
29
20
qgsdetaileditemwidgetbase.ui
30
- qgsfillstylewidgetbase.ui
31
21
qgsgeomtypedialogbase.ui
32
22
qgsgraduatedsymboldialogbase.ui
33
23
qgshelpviewerbase.ui
@@ -51,12 +41,9 @@ SET(QGIS_UIS
51
41
qgssnappingdialogbase.ui
52
42
qgsuniquevaluedialogbase.ui
53
43
qgsvectorlayerpropertiesbase.ui
44
+ qgspythondialog.ui
54
45
)
55
46
56
- IF (PYTHON_FOUND )
57
- SET (QGIS_UIS ${QGIS_UIS} ../ui/qgspythondialog.ui )
58
- ENDIF (PYTHON_FOUND )
59
-
60
47
QT4_WRAP_UI (QGIS_UIS_H ${QGIS_UIS} )
61
48
62
49
ADD_CUSTOM_TARGET (ui ALL DEPENDS ${QGIS_UIS_H} )
You can’t perform that action at this time.
0 commit comments