summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blanchard <martin.blanchard@codethink.co.uk>2018-09-04 11:31:26 +0100
committerMartin Blanchard <martin.blanchard@codethink.co.uk>2018-09-07 13:57:30 +0100
commit71e2b543048a33fef99ed1331d55d7e63040779f (patch)
tree4f7ca616802ad787ee619cd193a9a1d68f3840be
parent556f2abbd964705a8d57931ec899abd65a9d8787 (diff)
downloadbuildstream-71e2b543048a33fef99ed1331d55d7e63040779f.tar.gz
qmake.py: Mark this as a BST_VIRTUAL_DIRECTORY‧plugin
https://gitlab.com/BuildStream/buildstream/issues/454
-rw-r--r--buildstream/plugins/elements/qmake.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/qmake.py b/buildstream/plugins/elements/qmake.py
index 7896692a6..9f5bc4018 100644
--- a/buildstream/plugins/elements/qmake.py
+++ b/buildstream/plugins/elements/qmake.py
@@ -33,7 +33,8 @@ from buildstream import BuildElement
# Element implementation for the 'qmake' kind.
class QMakeElement(BuildElement):
- pass
+ # Supports virtual directories (required for remote execution)
+ BST_VIRTUAL_DIRECTORY = True
# Plugin entry point