Moved OpenGLWidget into common folder so it can be used by other examples.
This commit is contained in:
@ -26,7 +26,7 @@ PROJECT(BasicExample)
|
||||
#Projects source files
|
||||
SET(SRC_FILES
|
||||
main.cpp
|
||||
OpenGLWidget.cpp
|
||||
../common/OpenGLWidget.cpp
|
||||
)
|
||||
|
||||
#Projects headers files
|
||||
|
Reference in New Issue
Block a user