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