1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-22 10:42:29 +01:00

Update to latest QArchive

This commit is contained in:
Elias Steurer 2022-11-02 12:15:46 +01:00
parent 00c051da9a
commit 0748f904d6

View File

@ -7,7 +7,7 @@ set(THIRD_PARTY_PATH "${CMAKE_SOURCE_DIR}/ThirdParty/")
FetchContent_Populate( FetchContent_Populate(
QArchive QArchive
GIT_REPOSITORY https://github.com/antony-jr/QArchive.git GIT_REPOSITORY https://github.com/antony-jr/QArchive.git
GIT_TAG 2d05e652ad9a2bff8c87962d5525e2b3c4d7351b GIT_TAG cb9c6ea9300f5f37d581ba4f039cfdb7bcf3c9e6
# Workaround because: # Workaround because:
# 1. QtCreator cannot handle QML_ELEMENT stuff when it is in bin folder # 1. QtCreator cannot handle QML_ELEMENT stuff when it is in bin folder
# https://bugreports.qt.io/browse/QTCREATORBUG-27083 # https://bugreports.qt.io/browse/QTCREATORBUG-27083