[Interest] Project ERROR: Could not find feature static

2017-09-21 Thread Patrick Stinson
I pulled the 5.10 (also tried with ) branch from git into folder A, then configured and built qt from folder B like so: ../../../pyqt-sysroot-base/src/qt5-src/configure -opensource -confirm-license -nomake examples -nomake tests -prefix $PWD But when I try to run qmake on any project file I get

Re: [Interest] Project ERROR: Could not find feature static

2017-09-21 Thread Thiago Macieira
On quinta-feira, 21 de setembro de 2017 08:35:54 PDT Patrick Stinson wrote: > ../../../pyqt-sysroot-base/src/qt5-src/configure -opensource > -confirm-license -nomake examples -nomake tests -prefix $PWD -prefix $PWD is only allowed if you run directly the qtbase configure. If you're running the t