[SOLVED] How to lupdate with qt5?
General and Desktop
4
Posts
3
Posters
22.4k
Views
1
Watching
-
@lupdate wallch.pro
lupdate: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/lupdate': No such file or directory@Synaptic package manager (on Ubuntu 13.04 i am running):
!http://i.imgur.com/mexEWrk.png(1)!
What i am supposed to install? :/
-
Hi, in which way your Qt5 is installed? Dowload from qt-project.org or using apt-get ?
lupdate is part of qt5 tools.
@
sudo apt-get install qttools5-dev-tools
@ -
[quote author="1+1=2" date="1375542604"]Hi, in which way your Qt5 is installed? Dowload from qt-project.org or using apt-get ?
lupdate is part of qt5 tools.
@
sudo apt-get install qttools5-dev-tools
@[/quote]did the job, thanks ;)