Skip to content

Commit b48c70f

Browse files
authoredMay 20, 2020
compile custom widgets on Docker image (#36571)
* compile custom widgets on Docker image fixes #36544 * Update qgis.dockerfile
1 parent af1e058 commit b48c70f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.docker/qgis.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN cmake \
3737
-DWITH_SERVER=ON \
3838
-DWITH_3D=ON \
3939
-DWITH_BINDINGS=ON \
40+
-DWITH_CUSTOM_WIDGETS=ON \
4041
-DBINDINGS_GLOBAL_INSTALL=ON \
4142
-DWITH_STAGED_PLUGINS=ON \
4243
-DWITH_GRASS=ON \

0 commit comments

Comments
 (0)
Please sign in to comment.