Reputation: 603
I'm trying to install capybara-webkit gem and it's throwing the following error.
qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
What is the solution to solve this error?
Upvotes: 2
Views: 107
Reputation: 427
Install this to resolve above problem
apt-get install qt-sdk
After installing qt-sdk install capybara-webkit gem.
Upvotes: 1