Moved OpenGLWidget into common folder so it can be used by other examples.

This commit is contained in:
David Williams
2014-05-23 22:11:47 +02:00
parent 4f7e1e6846
commit d34fd6b3c8
4 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ PROJECT(BasicExample)
#Projects source files
SET(SRC_FILES
main.cpp
OpenGLWidget.cpp
../common/OpenGLWidget.cpp
)
#Projects headers files