File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
if [ -d " $2 " ]; then
80
80
builddir=$( realpath $2 )
81
81
textcpp=
82
- for i in $builddir /src/core/qgsexpression_texts.cpp; do
82
+ for i in $builddir /src/core/qgsexpression_texts.cpp $builddir /src/core/qgsexpressionparser.cpp ; do
83
83
if [ -f $i ]; then
84
84
textcpp=" $textcpp $i "
85
85
elif [ " $action " != " pull" ]; then
Original file line number Diff line number Diff line change 126
126
echo Updating GRASS module translations
127
127
perl scripts/qgm2cpp.pl > src/plugins/grass/grasslabels-i18n.cpp
128
128
echo Creating qmake project file
129
- $QMAKE -project -o qgis_ts.pro -nopwd src python i18n " $builddir /src/core/qgsexpression_texts.cpp"
129
+ $QMAKE -project -o qgis_ts.pro -nopwd src python i18n " $builddir /src/core/qgsexpression_texts.cpp" " $builddir /src/core/qgsexpressionparser.cpp "
130
130
if [ -n " $add " ]; then
131
131
for i in $add ; do
132
132
echo " Adding translation for $i "
You can’t perform that action at this time.
0 commit comments