File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ scripts/astyle.exe
52
52
scripts /Debug
53
53
scripts /qgisstyle *
54
54
scripts /RelWithDebInfo
55
- src /core /qgscontexthelp_texts.cpp
56
55
src /core /qgsexpression_texts.cpp
57
56
tests /testdata /cache /
58
57
tests /testdata /checker360by180.asc.aux.xml
Original file line number Diff line number Diff line change 78
78
if [ -d " $2 " ]; then
79
79
builddir=$( realpath $2 )
80
80
textcpp=
81
- for i in $builddir /src/core/qgsexpression_texts.cpp $builddir /src/core/qgscontexthelp_texts.cpp ; do
81
+ for i in $builddir /src/core/qgsexpression_texts.cpp; do
82
82
if [ -f $i ]; then
83
83
textcpp=" $textcpp $i "
84
84
elif [ " $action " != " pull" ]; then
Original file line number Diff line number Diff line change 22
22
# name is reserved for the Windows qmake project file
23
23
24
24
echo " deprecated - use push_ts.sh and pull_ts.sh" >&2
25
- echo " deprecated - src/core/qgscontexthelp_texts.cpp are no longer used" >&2
26
25
27
26
set -e
28
27
@@ -112,7 +111,7 @@ if [ -d "$builddir" ]; then
112
111
exit 1
113
112
fi
114
113
115
- if [ ! -f " $builddir /src/core/qgsexpression_texts.cpp" -o ! -f " $builddir /src/core/qgscontexthelp_texts.cpp " ]; then
114
+ if [ ! -f " $builddir /src/core/qgsexpression_texts.cpp" ]; then
116
115
echo Generated help files not found
117
116
exit 1
118
117
fi
@@ -140,7 +139,7 @@ for i in \
140
139
do
141
140
[ -f " $i " ] && mv " $i " " $i .save"
142
141
done
143
- $QMAKE -project -o qgis_ts.pro -nopwd src python i18n " $builddir /src/core/qgsexpression_texts.cpp" " $builddir /src/core/qgscontexthelp_texts.cpp "
142
+ $QMAKE -project -o qgis_ts.pro -nopwd src python i18n " $builddir /src/core/qgsexpression_texts.cpp"
144
143
if [ -n " $add " ]; then
145
144
for i in $add ; do
146
145
echo " Adding translation for $i "
You can’t perform that action at this time.
0 commit comments