From a1688e50543e0537700a3b838f1a9e87189c83d5 Mon Sep 17 00:00:00 2001 From: krkaufma <38843564+krkaufma@users.noreply.github.com> Date: Sun, 3 Mar 2019 17:17:08 -0800 Subject: [PATCH] Bugfix/Fixed build do to file name error Qt5 Cmake build was broken in a hard-to-spot way: a letter was lowercase when it needed to be capitalized. This fixes the build. Tested on Ubuntu 16.04 LTS. --- projects/Qt5.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Qt5.cmake b/projects/Qt5.cmake index adaed88..5d425af 100644 --- a/projects/Qt5.cmake +++ b/projects/Qt5.cmake @@ -165,7 +165,7 @@ else() set(QT5_ONLINE_INSTALLER "${EMsoft_SDK}/superbuild/${extProjectName}/Download/${qt5_online_installer}") configure_file( - "${_self_dir}/unix/Qt5_linux_install.sh.in" + "${_self_dir}/unix/Qt5_Linux_install.sh.in" "${EMsoft_SDK}/superbuild/${extProjectName}/Download/Qt_HeadlessInstall.sh" )