Commit 5b435fae authored by Martin Blanchard's avatar Martin Blanchard
Browse files

qmake.py: Mark this as a BST_VIRTUAL_DIRECTORY‧plugin

parent eb206fdf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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