Update compile_mac.pl

This commit is contained in:
kleuter 2025-01-07 16:39:07 +01:00
parent 5ae93a018e
commit 1442f09d6b

View File

@ -92,8 +92,4 @@ run_command("cmake --build . --parallel");
print "Installing Qt6 with elevated privileges...\n"; print "Installing Qt6 with elevated privileges...\n";
run_command_with_sudo("cmake --install ."); run_command_with_sudo("cmake --install .");
# for some reason Qt Creator (15.0.0) expects uic tool in cd /usr/local/Qt-6.x.x
run_command("cd $install_dir");
run_command_with_sudo("ln -s ../libexec/uic bin/uic");
print "Qt6 has been successfully built and installed.\n"; print "Qt6 has been successfully built and installed.\n";