qtcreator - ideaprod/minergift GitHub Wiki
We use version 4.5.0 of QtCreator. You can find it here : http://download.qt.io/official_releases/qtcreator/4.5/4.5.0/
In Debian, Qt version is 5.7. But QtCreator 4.5 comes with Qt version 5.10.
To solve compilation issue ( /usr/lib64/qt5/bin/uic: relocation error: /usr/lib64/qt5/bin/uic: symbol qt_qhash_seed, version Qt_5 not defined in file libQt5Core.so.5 with link time reference ), you need to change LD_LIBRARY_PATH of minergift project in order to point to the right Qt version of Debian platform (/usr/lib/x86_64-linux-gnu )