Implement resource policy plugin using libresourceqt.

This contains a new resource policy plugin, replacing the built-in
code that was deleted when the plugin interface was removed in
138242fb2d (which unfortunately did not provide a
plugin).

Change-Id: Iae7ed6edc330c69ca0c72d50bde6c7e12b8cca4e
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
Robin Burchell
2013-08-03 00:27:40 +02:00
committed by The Qt Project
parent f01af490a0
commit 9f484eae83
7 changed files with 375 additions and 0 deletions

View File

@@ -53,3 +53,7 @@ mac:!simulator {
}
}
config_resourcepolicy {
SUBDIRS += resourcepolicy
}