summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/io.pro
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@rim.com>2013-02-18 20:06:09 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-16 19:42:22 +0200
commitb674b15dfffa25164379b0b632e3350b9da53895 (patch)
tree463eaa551c872fa6950ca688effa2be77680a875 /tests/auto/corelib/io/io.pro
parent4b02585f302ee6cad2041d5bee6cbf46d02e21db (diff)
Add QFileSelector API
For easy cross-platform and cross-device UIs, automatic asset swapping based on filename is being developed. This API provides the logic for the swapping, so that applications can use it themselves with the same logic as any automatic swapping done in application templates. Selector set is initially minimal, aiming for just platform selection and enabling a common selection mechanism for Qt platforms to use. Change-Id: I219517d740fa7385e923a9e09cb7e241378f857a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/io/io.pro')
-rw-r--r--tests/auto/corelib/io/io.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/io.pro b/tests/auto/corelib/io/io.pro
index b3a51c6f6e..a30048e250 100644
--- a/tests/auto/corelib/io/io.pro
+++ b/tests/auto/corelib/io/io.pro
@@ -10,6 +10,7 @@ SUBDIRS=\
qfile \
largefile \
qfileinfo \
+ qfileselector \
qfilesystementry \
qfilesystemwatcher \
qiodevice \