-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch testHdBasicDrawing unit test to non-Qt? #103
Comments
Thanks Nick! This has already been fixed and will coming soon to a dev branch near you! |
Filed as internal issue #139698. |
Heh, that is super fine :) |
it's already in dev. |
Ah thank! My fork was out of date. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great if the UsdImaging, Hd and Hdx unit tests were built against GLFW, or simply garch. Presently testHdBasicDrawing still requires a Qt C++ linkage:
if (QT4_FOUND)
pxr_build_test(testHdBasicDrawing
LIBRARIES
hd
glf
glfq
Qt4::QtCore
Qt4::QtOpenGL
CPPFILES
unitTestGLDrawing.cpp
testenv/testHdBasicDrawing.cpp
)
endif()
The text was updated successfully, but these errors were encountered: