qbs build: Remove workarounds for fixed qbs bug.

That was most likely QBS-755.

Change-Id: I43d0316113fcca79554bfee9eee9b8bd706fce07
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-08-27 17:43:04 +02:00
parent 156320ff6c
commit ed30c612f4
14 changed files with 2 additions and 14 deletions
-1
View File
@@ -3,6 +3,5 @@ import qbs
QtcAutotest {
name: "ChangeSet autotest"
Depends { name: "Utils" }
Depends { name: "Qt.gui" } // TODO: Remove once qbs bug is fixed.
files: "tst_changeset.cpp"
}