编译dtkwidget qmake 时提示 了lrelease工具找不到
Tofloor
poster avatar
flysoul007
deepin
2018-03-09 08:12
Author
编译前安装了 apt-get install qt5-default
进入源码目录qmake 提示lrelease: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/lrelease': No such file or directory
进入/usr/lib/x86_64-linux-gnu/qt5/bin/ 发下目录中并没有release 工具,请问该工具如何获得
Reply Favorite View the author
All Replies
avatar
Lotuso
deepin
2018-03-09 08:52
#1
跟你一样的错误
Reply View the author
Comments
liululin
2018-03-09 21:02
qttools5-dev-tools: /usr/lib/x86_64-linux-gnu/qt5/bin/lrelease
avatar
A·S·M·X·T 😏😜
deepin
2018-03-09 21:04
#2
qttools5-dev-tools: /usr/lib/x86_64-linux-gnu/qt5/bin/lrelease
依赖包没装全。
  1. sudo apt install qttools5-dev-tools
Copy the Code
Reply View the author