diff options
author | Karel Kočí <cynerd@email.cz> | 2017-12-11 21:44:32 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-12-11 21:44:32 +0100 |
commit | 7bca6e89a438f6df52fd022f881ba6af1f1eea54 (patch) | |
tree | 6e9cae88a3c00d1ef3e16a9fa7e87447c4da56b2 /build.sh | |
parent | 4e55c50c55eb34bc771fe7fa5d18d5e8d175ead8 (diff) | |
download | qtmips-7bca6e89a438f6df52fd022f881ba6af1f1eea54.tar.gz qtmips-7bca6e89a438f6df52fd022f881ba6af1f1eea54.tar.bz2 qtmips-7bca6e89a438f6df52fd022f881ba6af1f1eea54.zip |
Fix qt5 qmake not found on some distributions and todo
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ mkdir -p build ROOT="$(dirname "$(readlink -f "$0")")" cd build -/usr/lib/qt5/bin/qmake "$ROOT" +qtchooser -run-tool=qmake -qt=5 "$ROOT" make sub-qtmips_cli sub-qtmips_gui |