fix missing script dependency from shared

This commit is contained in:
Stephen Birarda 2014-12-18 14:36:31 -08:00
parent 6beaa3d59a
commit 6a604ca340

View file

@ -1,7 +1,8 @@
set(TARGET_NAME shared)
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
setup_hifi_library(Network Widgets)
# 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(Network Script Widgets)
# call macro to link our dependencies and bubble them up via a property on our target
link_shared_dependencies()