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