mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
chore: change qt version
This commit is contained in:
8
libs/env_qtsdk.sh
Normal file
8
libs/env_qtsdk.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
echo "Setting Qt Sdk Dir to" "$1"
|
||||
export Qt5_DIR="$1"
|
||||
export Qt6_DIR=$Qt5_DIR
|
||||
export PATH=$PATH:$Qt5_DIR/bin
|
||||
export LD_LIBRARY_PATH=$Qt5_DIR/lib
|
||||
export PKG_CONFIG_PATH=$Qt5_DIR/lib/pkgconfig
|
||||
export QT_PLUGIN_PATH=$Qt5_DIR/plugins
|
||||
export QML2_IMPORT_PATH=$Qt5_DIR/lib/qml
|
||||
Reference in New Issue
Block a user