I have a failure at the first qmake step. My system is a 64-bit lunbuntu 13.10 with the following packages loaded: qtcreator and qt5-default. I found /usr/lib/x86_64-linux-gnu/libQt5Script.so
Source code: MeshLabSrc_AllInc_v133.tgz
~/mesh/meshlab/src/external$ qmake -recursive external.pro
Reading /home/kiet/mesh/meshlab/src/external/bzip2-1.0.5/bzip2-1.0.5.pro
Reading /home/kiet/mesh/meshlab/src/external/muparser_v132/src/src.pro
Reading /home/kiet/mesh/meshlab/src/external/levmar-2.3/levmar-2.3.pro
Reading /home/kiet/mesh/meshlab/src/external/structuresynth-1.5/structuresynth.pro
Project ERROR: Unknown module(s) in QT: script
Thank you for helping.
Kiet
I found that my system missed the qtscript package. It is a dependent inside structuresynth-1.5/structuresynth.pro.
The problem disappeared after the following command:
Please close this ticket. Thank you.