remove qtscript from cmake dependencies

This commit is contained in:
steve hocktail 2023-06-03 15:44:53 -04:00 committed by GitHub
parent dba38acb9f
commit e71f3c7990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
set(TARGET_NAME script-engine)
# FIXME Move undo scripting interface to application and remove Widgets
setup_hifi_library(Network Script WebSockets)
setup_hifi_library(Network WebSockets)
target_zlib()
target_v8()