diff --git a/HELP.txt b/HELP.txt index 4ec7017..7e1e1e8 100644 --- a/HELP.txt +++ b/HELP.txt @@ -1,10 +1,25 @@ rublonLogin - pliki zródlowe RublonInstall - instalator - scripts/rublonlogin.sh - skrypt wywolujacy aplikacje (umieszczony w /etc/profile.d) scripts/rublonLogin - aplikacja do logowania Rublona Testowane na systemie - Linux Mint 19 Mate -Wersja Qt 5.11.2 \ No newline at end of file +Wersja Qt 5.11.2 + +Deploy: +https://www.youtube.com/watch?v=PDzlT_ODpM8 +apt-get install patchelf +export PATH=/home/kri/Qt/5.12.0/gcc_64/bin/:$PATH +find $HOME/build-*-*_Qt_* \( -name "moc_*" -or -name "*.o" -or -name "qrc_*" -or -name "Makefile*" -or -name "*.a" \) -exec rm {} \; + +export QT_PLUGIN_PATH=/home/kri/Qt/5.12.0/gcc_64/plugins/ +export LD_LIBRARY_PATH=/home/kri/Qt/5.12.0/gcc_64/lib/ +export QTDIR=/home/kri/Qt/5.12.0/gcc_64 + +/Downloads/build-linuxdeployqt-qt512-Debug/bin$ ./linuxdeployqt /home/kri/build-rublonLogin-qt512-Release/rublonLogin + +unset QT_PLUGIN_PATH +unset LD_LIBRARY_PATH +unset QTDIR diff --git a/RublonInstall/logo.jpg b/RublonInstall/logo.jpg deleted file mode 100644 index fd57460..0000000 Binary files a/RublonInstall/logo.jpg and /dev/null differ diff --git a/RublonInstall/logo.png b/RublonInstall/logo.png deleted file mode 100644 index 820bd64..0000000 Binary files a/RublonInstall/logo.png and /dev/null differ