diff options
Diffstat (limited to 'examples/opengl/hellogl/hellogl.pro')
-rw-r--r-- | examples/opengl/hellogl/hellogl.pro | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/opengl/hellogl/hellogl.pro b/examples/opengl/hellogl/hellogl.pro index 6d57c19..0e3209a 100644 --- a/examples/opengl/hellogl/hellogl.pro +++ b/examples/opengl/hellogl/hellogl.pro @@ -1,8 +1,13 @@ +VPATH += ../shared +INCLUDEPATH += ../shared + HEADERS = glwidget.h \ - window.h + window.h \ + qtlogo.h SOURCES = glwidget.cpp \ main.cpp \ - window.cpp + window.cpp \ + qtlogo.cpp QT += opengl # install |