diff options
author | Joerg Bornemann <joerg.bornemann@qt.io> | 2018-06-21 13:41:39 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@qt.io> | 2018-06-22 05:12:13 +0000 |
commit | e0efb1d2b09b7979162f4933193b1a247e393814 (patch) | |
tree | 93ba4be075b7455bffccd06866765f4749a8dbe7 /share/qbs/modules/autotest/autotest.qbs | |
parent | 812a3cf1a5ede5cfc4ce02d8bd495dda92e633c3 (diff) | |
download | qbs-e0efb1d2b09b7979162f4933193b1a247e393814.tar.gz |
Remove the base module import from shared imports and modules
Change-Id: I5270e033dc41b5bd76a417099514c69cc073008b
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules/autotest/autotest.qbs')
-rw-r--r-- | share/qbs/modules/autotest/autotest.qbs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/qbs/modules/autotest/autotest.qbs b/share/qbs/modules/autotest/autotest.qbs index 36029df09..ba280169e 100644 --- a/share/qbs/modules/autotest/autotest.qbs +++ b/share/qbs/modules/autotest/autotest.qbs @@ -1,5 +1,3 @@ -import qbs - Module { property stringList arguments property bool allowFailure: false |