mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-01-22 20:04:33 +08:00
Update compile_mac.pl
This commit is contained in:
parent
5ae93a018e
commit
1442f09d6b
@ -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";
|
Loading…
Reference in New Issue
Block a user