Как использовать linuxdeployqt?

Привет, подскажите пожалуйста , пытаюсь собрать приложение для запуска в система без qt
использую linuxdeployqt
так я добавляю в path
export PATH=/home/kyklaed/Qt/5.11.0/gcc_64/bin/:$PATH

если запускаю
1. sudo ./linuxdeployqt-continuous-x86_64.AppImage /home/kyklaed/C++/QT/build-NoteNoteQ-Desktop_Qt_5_11_0_GCC_64bit-Release/NoteNoteQ
Получаю такой вывод : говорит что не хватает qmake - но в path я его добавил и qmake вызывается нормально из консоли
linuxdeployqt 4 (commit f166933), build 566 built on 2018-07-19 20:20:18 UTC
Not using FHS-like mode
app-binary: "/home/kyklaed/C++/QT/build-NoteNoteQ-Desktop_Qt_5_11_0_GCC_64bit-Release/NoteNoteQ"
appDirPath: "/home/kyklaed/C++/QT/build-NoteNoteQ-Desktop_Qt_5_11_0_GCC_64bit-Release"
relativeBinPath: "NoteNoteQ"
ERROR: qmake not found on the $PATH

Вывод strace

stat("/tmp/.mount_linuxdoBsUz8/usr/bin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
getcwd("/home/kyklaed/\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\270", 4096) = 31
stat("/tmp/.mount_linuxdoBsUz8/usr/bin/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/home/kyklaed/.local/bin/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/local/sbin/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/bin/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/sbin/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/bin/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/games/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/local/games/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/snap/bin/qmake-qt5", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
getcwd("/home/kyklaed/\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\270", 4096) = 31
stat("/tmp/.mount_linuxdoBsUz8/usr/bin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/home/kyklaed/.local/bin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/local/sbin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/bin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/sbin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/bin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/games/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/usr/local/games/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
stat("/snap/bin/qmake", 0x7ffefa857300) = -1 ENOENT (No such file or directory)
write(2, "ERROR: qmake not found on the $P"..., 36) = 36
exit_group(1) = ?
  • Вопрос задан
  • 1510 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы