Welcome to HeldenViewer 1.5!

In order to compile HeldenViewer, you will need cmake and a recent Qt (libqt5-qtbase-devel) version (tested with Qt 5.4).
Then just navigate to the build directory, type
cmake ..
make
and if everything went fine, you can start HeldenViewer with 
./HeldenViewer
In the build directory there are 3 mandatory files: HeldenViewer_de.qm, HeldenViewer_en.qm and icon.png, please make
sure that these files exist and do not delete them. If you want to copy HeldenViewer to another location, then just copy
these files to the location as well.


Note for linux:
In order for find_package to be successful, Qt 5 must be found below the CMAKE_PREFIX_PATH, or the Qt5<Module>_DIR must be set in the CMake cache to the location of the Qt5WidgetsConfig.cmake file. The easiest way to use CMake is to set the CMAKE_PREFIX_PATH environment variable to the install prefix of Qt 5.
