Read the following for a better understanding on how to generate a release of EZWebGallery.
install the required packages:
sudo apt-get install libmagick++-6-headers libmagick++-6.q16-dev qtbase5-dev libqt5opengl5-dev libqt5webkit5-dev
build the sources then install ezwebgallery:
sudo qmake && make install
AFTERWARDS, you can build a functional DEBUG ezwebgallery.
Python3 and Java are required!
QTDIR and MAGICK_HOME environment variable set to Qt and ImageMagick directories. You may have to build ImageMagick from sources.
The latets release links against ImageMagick-6.9.2-5 and Qt-5.9.9
In order to run EZWebGallery, the directories "data" and "skins" have to be placed alongside the binary. Thus, if you want to debug a binary, YOU HAVE TO manually copy them into the debug directory.