Search/replace for dragonx

This commit is contained in:
fekt
2024-04-10 21:10:50 -04:00
parent 9ec9c8a68f
commit e1e0ac79cb
86 changed files with 253 additions and 259 deletions

View File

@@ -44,8 +44,8 @@ if [ "$QT_SUB_VERSION" -lt "12" ]; then
exit 1
fi
echo "Compiling SilentDragonLite $VERSION on $UNAME with QT $QTVERSION and args=$@"
CONF=silentdragon-lite.pro
echo "Compiling SilentDragonXLite $VERSION on $UNAME with QT $QTVERSION and args=$@"
CONF=silentdragonx-lite.pro
set -e
qbuild () {