mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
${DIR}/qt${QT_VERSION}/before_install.sh
|