Comment 10 for bug 1815341

Revision history for this message
mm-mbs (mm-mbs) wrote : Re: Waveforms jerk but not when another window is focused

I tried to build Mixxx without installed system Qt headers (in a VM) and Mixxx don't find Qt. My steps are:
 cd /mnt/home/qt-everywhere-src-5.12.1/
 ./configure -prefix /mnt/home/qt -system-sqlite -sql-sqlite -qt-zlib -opensource -confirm-license -nomake examples -nomake tests -skip qt3d -skip qtwebengine
 make -j2
 make install
 export PKG_CONFIG_PATH=/mnt/home/qt
 cd ../mixxx/
 scons prefix=/mnt/home/local -j 2 optimize=native qtdir=/mnt/home/qt

I always get the following output (reduced):
scons: Reading SConscript files ...
[...]
Configuring Qt
Checking for Qt5Core (5.0 or higher)... no
ERROR:root:Unmet dependency: Qt >= 5.0 not found
[...]
Configuring QtKeychain
ERROR:root:Build had unmet dependencies. Exiting.

I tried also "export QTDIR=/mnt/home/qt", but no success.

The config.log say not helpful message:
[...]
scons: Configure: Checking for Qt5Core (5.0 or higher)...
pkg-config --atleast-version=5.0 'Qt5Core'
scons: Configure: no
[...]