fix snap with qtscript removed

This commit is contained in:
alemuntoni 2020-06-01 17:16:39 +02:00
parent 117f859b41
commit 95cd738d72
2 changed files with 2 additions and 4 deletions

View File

@ -58,7 +58,7 @@ parts:
build-packages:
- qt5-default
- qttools5-dev-tools
- qtscript5-dev
- qtdeclarative5-dev
- libqt5xmlpatterns5-dev
- mesa-common-dev
- libglu1-mesa-dev
@ -76,7 +76,6 @@ parts:
- libglew-dev
- libqt5opengl5-dev
- libqt5xmlpatterns5-dev
- libqt5script5
- libqt5gui5
override-build: |
qmake src/meshlab.pro "CONFIG+= system_eigen3 system_glew system_bzip2 system_openctm system_lib3ds"

View File

@ -58,7 +58,7 @@ parts:
build-packages:
- qt5-default
- qttools5-dev-tools
- qtscript5-dev
- qtdeclarative5-dev
- libqt5xmlpatterns5-dev
- mesa-common-dev
- libglu1-mesa-dev
@ -76,7 +76,6 @@ parts:
- libglew-dev
- libqt5opengl5-dev
- libqt5xmlpatterns5-dev
- libqt5script5
- libqt5gui5
override-build: |
qmake src/meshlab.pro "CONFIG+= system_eigen3 system_glew system_bzip2 system_openctm system_lib3ds"