modules.lua: Remove stray MOC setting after the Qt6 Linux support change (#11419)

This commit is contained in:
Jindřich Makovička 2023-07-17 17:02:26 +02:00 committed by GitHub
parent 7d61e6586c
commit 5fe341cb0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,7 +390,6 @@ function qtdebuggerbuild()
else
MOC = _OPTIONS["QT_HOME"] .. "/bin/moc"
end
MOC = _OPTIONS["QT_HOME"] .. "/libexec/moc"
else
MOCTST = backtick("which moc-qt5 2>/dev/null")
if (MOCTST=='') then