Open Balinus opened 10 years ago
What's your Qt version?
qmake -v QMake version 3.0 Using Qt version 5.2.1 in /usr/lib/x86_64-linux-gnu
Humm, I thought i had changed it to 5.1.1.
On 14-09-12 10:58 AM, Kees van Prooijen wrote:
What's your Qt version?
— Reply to this email directly or view it on GitHub https://github.com/forio/julia-studio/issues/246#issuecomment-55414906.
I've succedeed by changing the "qmake [...]" command to :
"~/Qt5.1.1/5.1.1/gcc_64/bin/qmake [...]"
Somehow, the standard provided command was looking for "~/Qt5.1.1/bin/qmake".
username@Linux-username:~/Downloads/julia-studio-master$ qmake -r CONFIG+=debug_and_release julia-studio.pro Reading /home/username/Downloads/julia-studio-master/src/src.pro Reading /home/username/Downloads/julia-studio-master/src/libs/aggregation/aggregation.pro Reading /home/username/Downloads/julia-studio-master/src/libs/extensionsystem/extensionsystem.pro Reading /home/username/Downloads/julia-studio-master/src/app/app.pro Project MESSAGE: Fervor: building for application name 'JuliaStudio' Project MESSAGE: Fervor: building for application version '0.4.5' Project ERROR: Unknown module(s) in QT: webkitwidgets webkit
Followed instructions here : https://github.com/forio/julia-studio/blob/master/linux-build.md