From 1442f09d6b49169d45fe7678da90c6860c704a07 Mon Sep 17 00:00:00 2001 From: kleuter Date: Tue, 7 Jan 2025 16:39:07 +0100 Subject: [PATCH] Update compile_mac.pl --- 6.8.1/compile_mac.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/6.8.1/compile_mac.pl b/6.8.1/compile_mac.pl index e232034..8c362ec 100644 --- a/6.8.1/compile_mac.pl +++ b/6.8.1/compile_mac.pl @@ -92,8 +92,4 @@ run_command("cmake --build . --parallel"); print "Installing Qt6 with elevated privileges...\n"; 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"; \ No newline at end of file