Build Qt 5.10.1 on OSX 10.13.3
Unsolved
General and Desktop
-
Hi!
I'm trying to build Qt 5.10.1 on OSX 10.13.3 from source.- Download qt-everywhere-src-5.10.1.tar.xz
- Unpack: tar -xvf qt-everywhere-src-5.10.1.tar.xz
- Configure: ./configure -prefix $PWD/qtbase -opensource -debug-and-release -skip qtwebengine -skip qtquickcontrols -skip qtconnectivity -no-feature-accessibility -no-icu -no-accessibility -skip qtwebglplugin -skip qtlocation -no-sql-odbc -no-sql-sqlite -nomake examples -nomake tests -opengl desktop
- make
And then get error: Project ERROR: Unknown module(s) in QT: accessibility_support-private
How to fix that?
accessibility already disabled when configure. -
Hi,
When exactly are you getting that error ?
-
That was clear but when exactly during the build process ?