Allow QStandardPaths (Mac, Windows, Unix) to be bootstrapped
authorThiago Macieira <thiago.macieira@intel.com>
Fri, 26 Oct 2012 20:13:03 +0000 (13:13 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 2 Nov 2012 14:18:44 +0000 (15:18 +0100)
commita025a2fcfa70e5db99411e2ec73c0a5141619ff5
tree4afca3b2f038b174910d632c8563be343218b14d
parent300534fc214f2547a63594ce0891e9a54c8f33ca
Allow QStandardPaths (Mac, Windows, Unix) to be bootstrapped

This allows using QStandardPaths in one of the bootstrapped tools, if
required for a future need.

The Blackberry version appears to be usable in bootstrapped mode
already.

Change-Id: Ia4e9b9564395d2e151f8ac229ac2a2aa2982e92f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: David Faure (KDE) <faure@kde.org>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/corelib/io/qstandardpaths.cpp
src/corelib/io/qstandardpaths_mac.cpp
src/corelib/io/qstandardpaths_unix.cpp
src/corelib/io/qstandardpaths_win.cpp