Rublon logo update
This commit is contained in:
parent
d33bf7c60e
commit
8bccb842ca
19
HELP.txt
19
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
|
||||
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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue
Block a user