update qt build

This commit is contained in:
dante ruiz 2019-09-26 10:50:32 -07:00
parent 308483f4e7
commit 1d50856931
2 changed files with 3 additions and 3 deletions

View file

@ -68,8 +68,8 @@ endif ()
if (APPLE)
ExternalProject_Add(
qtlite
URL "https://dantescalves.com/launcher/qt-lite-clang-8.1.0.zip"
URL_HASH MD5=f8462bfcd54e6b05ef888f8b197149c2
URL "https://dantescalves.com/launcher/qt-lite-5.9.9-mac.zip"
URL_HASH MD5=0cd78d40e5f539a7e314cf99b6cae0d0
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""

View file

@ -1,4 +1,4 @@
#include "../Helper.h"
#include "Helper.h"
#import "NSTask+NSTaskExecveAdditions.h"