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.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