Re: Compilation
Posted by kosnick on Jan 13, 2015; 10:30pm
URL: https://forum.librecad.org/Compilation-tp5710941p5710965.html
I believe my issue has been solved.
As suggested, it was something with the kits. I added the second one (qt 4.8.6 system) from Projects views and then the Add kit button. Shadow checkbutton deselected and ... that's it. In the first kit i tried deselecting the shadow checkbutton but it didn't work. so now its something like this:
general:
shadow build checkbutton is NOT checked
build directory is set to where the project is (default value, i didn't change anything there)
build steps:
qmake: qmake-qt4 librecad.pro -r -spec linux-g++ CONFIG+=debug
make: make in the same as build directory
clean:
make clean in the same as build directory
thx for helping me out