first cut and removing openGl dependency in shared

This commit is contained in:
ZappoMan 2015-06-18 09:30:34 -07:00
parent db56e15410
commit 673e1ee0cc
3 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ set(TARGET_NAME shared)
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
# 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 OpenGL Script Widgets)
setup_hifi_library(Gui Network Script Widgets)
setup_hifi_opengl()