Merge pull request #1302 from overte-org/JulianGro-patch-1

Remove missed comment about removing dependency on script library.
This commit is contained in:
ksuprynowicz 2025-02-10 20:48:50 +01:00 committed by GitHub
commit 9e9f308be8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,11 @@
# Copyright 2013-2020, High Fidelity, Inc.
# Copyright 2021-2023 Overte e.V.
# Copyright 2021-2025 Overte e.V.
# SPDX-License-Identifier: Apache-2.0
set(TARGET_NAME shared)
include_directories("${QT_DIR}/include/QtCore/${QT_VERSION}/QtCore" "${QT_DIR}/include/QtCore/${QT_VERSION}")
# TODO: there isn't really a good reason to have Script linked here - let's get what is requiring it out (RegisteredMetaTypes.cpp)
setup_hifi_library(Gui Network)
if (WIN32)