first commit

This commit is contained in:
Chris Cochrun 2022-02-04 06:47:15 -06:00
commit 9c73c8c567
89 changed files with 6355 additions and 0 deletions

12
build/prefix.sh Normal file
View file

@ -0,0 +1,12 @@
export PATH=/usr/bin:$PATH
# LD_LIBRARY_PATH only needed if you are building without rpath
# export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
export XDG_DATA_DIRS=/usr/share:${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/}
export XDG_CONFIG_DIRS=/etc/xdg:${XDG_CONFIG_DIRS:-/etc/xdg}
export QT_PLUGIN_PATH=/usr/lib/qt/plugins:$QT_PLUGIN_PATH
export QML2_IMPORT_PATH=/usr/lib/qt/qml:$QML2_IMPORT_PATH
export QT_QUICK_CONTROLS_STYLE_PATH=/usr/lib/qt/qml/QtQuick/Controls.2/:$QT_QUICK_CONTROLS_STYLE_PATH