summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index d4ec3ff4ec..396e771779 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -718,7 +718,7 @@ def build(ctx):
PRIV_LIBS = get_deps(),
)
- headers = ["client.h", "qthelper.hpp", "opengl_cb.h", "render.h",
+ headers = ["client.h", "opengl_cb.h", "render.h",
"render_gl.h", "stream_cb.h"]
for f in headers:
ctx.install_as(ctx.env.INCLUDEDIR + '/mpv/' + f, 'libmpv/' + f)