mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
update qt build
This commit is contained in:
parent
308483f4e7
commit
1d50856931
2 changed files with 3 additions and 3 deletions
|
@ -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 ""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../Helper.h"
|
||||
#include "Helper.h"
|
||||
|
||||
#import "NSTask+NSTaskExecveAdditions.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue