mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +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)
|
if (APPLE)
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
qtlite
|
qtlite
|
||||||
URL "https://dantescalves.com/launcher/qt-lite-clang-8.1.0.zip"
|
URL "https://dantescalves.com/launcher/qt-lite-5.9.9-mac.zip"
|
||||||
URL_HASH MD5=f8462bfcd54e6b05ef888f8b197149c2
|
URL_HASH MD5=0cd78d40e5f539a7e314cf99b6cae0d0
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "../Helper.h"
|
#include "Helper.h"
|
||||||
|
|
||||||
#import "NSTask+NSTaskExecveAdditions.h"
|
#import "NSTask+NSTaskExecveAdditions.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue