Paging example now uses the new example OpenGLWidget.

This commit is contained in:
David Williams
2014-05-25 21:03:52 +02:00
parent eb39f0bb4c
commit e80c88a5ec
4 changed files with 2 additions and 205 deletions

View File

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