summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl/hellogl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl/hellogl.pro')
-rw-r--r--examples/opengl/hellogl/hellogl.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/opengl/hellogl/hellogl.pro b/examples/opengl/hellogl/hellogl.pro
index 33e7c266c8..acaca35635 100644
--- a/examples/opengl/hellogl/hellogl.pro
+++ b/examples/opengl/hellogl/hellogl.pro
@@ -12,9 +12,7 @@ QT += opengl widgets
# install
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
+INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)