diff options
author | Thomas Coldrick <othko97@gmail.com> | 2019-08-12 10:33:42 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2019-08-14 23:37:20 +0000 |
commit | c141db5ea000479c116fca7d6d6090aff2b0324d (patch) | |
tree | 8b54b7a4da30fe42df38c60efaaa1790cca9e250 /tests/format | |
parent | b94d80defe3b60cc90427494c454035400d34cce (diff) | |
download | buildstream-c141db5ea000479c116fca7d6d6090aff2b0324d.tar.gz |
Move qmake plugin to bst-plugins-experimentalcoldtom/move-qmake
Diffstat (limited to 'tests/format')
-rw-r--r-- | tests/format/variables/defaults/project.conf | 1 | ||||
-rw-r--r-- | tests/format/variables/overrides/project.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/format/variables/defaults/project.conf b/tests/format/variables/defaults/project.conf index 9d38bfe78..9cf530d7c 100644 --- a/tests/format/variables/defaults/project.conf +++ b/tests/format/variables/defaults/project.conf @@ -9,3 +9,4 @@ plugins: cmake: 0 makemaker: 0 modulebuild: 0 + qmake: 0 diff --git a/tests/format/variables/overrides/project.conf b/tests/format/variables/overrides/project.conf index 476dff44c..9d4331e72 100644 --- a/tests/format/variables/overrides/project.conf +++ b/tests/format/variables/overrides/project.conf @@ -8,3 +8,4 @@ plugins: cmake: 0 makemaker: 0 modulebuild: 0 + qmake: 0 |