Qbs: Enable UpdateInfo

It was refactored in 13fcf5ad3c.

Change-Id: I05d35795618d82024a2f587fc299c9f5829080dd
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
Orgad Shaneh
2016-04-17 22:47:57 +03:00
committed by Orgad Shaneh
parent fa5e9e9094
commit b915acbabe

View File

@@ -3,8 +3,6 @@ import qbs 1.0
QtcPlugin {
name: "UpdateInfo"
condition: false // Severely broken atm.
Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }
Depends { name: "Utils" }