私はUbuntu 16.04 LTSを実行しています。 私の問題は、コンパイルできるQt5アプリケーションを実行できないことです。Qtアプリケーションを実行できません:バージョン `Qt_5 'が見つかりません
これは、私はそれを実行しようとすると、私が得るものです:
/home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif: /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5: version `Qt_5' not found (required by /home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif)
/home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by /home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif)
/home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.6' not found (required by /home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif)
/home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by /home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif)
/home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by /home/user/Desktop/sconfig/dist/Release/GNU-Linux/SCongif)
私はその後、Qt5を削除し、すべての残党をパージしました。その後Qt5を再インストールしました。
[email protected]:~$ which qmake
/home/user/Qt5.8.0/5.8/gcc_64/bin/qmake
[email protected]:~$ qmake --version
QMake version 3.1
Using Qt version 5.8.0 in /home/user/Qt5.8.0/5.8/gcc_64/lib
[email protected]:~$ echo $PATH
/home/user/Qt5.8.0/5.8/gcc_64/bin:/home/user/bin:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
また、私は、NetBeans 8.2を使用してqmakeのコマンドが
/home/user/Qt5.8.0/5.8/gcc_64/bin/qmake
私が間違っていることができるものすべてのアイデアであることは注目に値するだろうか?
ありがとうございます!
あなたは[このスレッドを読む](http://stackoverflow.com/questions/40945442/qt5-linker-error-version-qt-5-not-found?rq=1)でしたか? – m7913d
はい、私は見つけることができるすべてのスレッドを通過しました。私の問題はコンパイルではなく実行です... – Leta