diff options
Diffstat (limited to 'examples/opengl/hellogl/hellogl.pro')
-rw-r--r-- | examples/opengl/hellogl/hellogl.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/opengl/hellogl/hellogl.pro b/examples/opengl/hellogl/hellogl.pro index ce9c8e8..77034cc 100644 --- a/examples/opengl/hellogl/hellogl.pro +++ b/examples/opengl/hellogl/hellogl.pro @@ -10,3 +10,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl.pro sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |