summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/qmake.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/qmake.py')
-rw-r--r--buildstream/plugins/elements/qmake.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildstream/plugins/elements/qmake.py b/buildstream/plugins/elements/qmake.py
index ab5843d8b..7896692a6 100644
--- a/buildstream/plugins/elements/qmake.py
+++ b/buildstream/plugins/elements/qmake.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
@@ -18,8 +17,9 @@
# Authors:
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
-"""CMake build element
-
+"""
+qmake - QMake build element
+===========================
A :mod:`BuildElement <buildstream.buildelement>` implementation for using
the qmake build system