dunebaud

Results 2 comments of dunebaud

Thank you for the answer, but I have downloaded Qt5 (qt-unified-linux-x64-2.0.5-online.run) and I installed qt5.8 it into /home/baud/Applications/Qt After that I added the following into `~/.profile` `export PATH=$PATH:/home/baud/Applications/Qt/5.8/gcc_64/bin` then I...

I could find the solution, I had to use: `/home/baud/Applications/Qt/5.8/gcc_64/bin/qmake` instead of `qmake` alone... After that, I got another error: `'QtGui/QAction' file not found #include ` To solve it, I...