build issue on opensuse tumbleweed : can't find qmake6
I'm trying to build under opensuse tumbleweed but i'm getting this error during configure:
[ 198s] checking for Qt6Core Qt6Widgets Qt6Gui Qt6Qml Qt6QmlModels Qt6QmlWorkerScript
[ 198s] Qt6Quick Qt6QuickControls2 Qt6QuickLayouts Qt6QuickTemplates2 Qt6ShaderTools
[ 198s] Qt6Svg
[ 198s] >= 6.2... yes
[ 198s] checking for Qt6WaylandClient >= 6.2... yes
[ 198s] checking if contribs provide target_qt.conf... no
[ 198s] checking for qmake6... no
[ 198s] checking for moc... /usr/libexec/qt6/moc
[ 198s] checking for rcc... /usr/libexec/qt6/rcc
[ 198s] checking for uic... /usr/libexec/qt6/uic
[ 198s] checking for qsb... /usr/lib64/qt6/bin/qsb
[ 198s] checking for qmlcachegen... /usr/libexec/qt6/qmlcachegen
[ 198s] checking for python3... python3
[ 198s] checking if required Qt plugins are installed with qmake6 and conf ... qmake not found
[ 198s] no
[ 198s] configure: WARNING: qt runtime dependencies are missing, disabling qt interface
[ 198s] checking for Qt6QuickTest >= 6.2... yes
[ 198s] qmake not found
[ 198s] checking for fxc... no
[ 200s] checking for private/qobject_p.h... yes
[ 205s] checking for private/qquickitem_p.h... yes
[ 211s] checking for private/qquickwindow_p.h... yes
[ 212s] checking for QtGui/qpa/qplatformnativeinterface.h... yes
[ 212s] checking for gtk+-3.0 >= 3.20... yes
[ 212s] configure: error: The skins2 module depends on the Qt interface. Without it you will not be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the Qt development package or alternatively you can also configure with: --disable-qt --disable-skins2.
The build was going fine before but something has changed in source that causes this error. btw, this the spec file that Iuse for buiding : vlc.spec
Edited by ahmed moselhi