summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2013-06-18 13:56:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-16 02:38:11 +0100
commitaa7ec3cdf5d423b7abb7d0bb5ff7772602d41962 (patch)
treec8fb4a62767fb4bbb1d1b9c0f20f394b38d3eb80 /src/corelib/io/io.pri
parent48db373ce3cadab3a54cd443f9136d1e5d74ca50 (diff)
Android: QStandardPaths implementation
Adds standard paths implementation for Android. [ChangeLog][QtCore][QStandardPaths] Added QStandardPaths implementation for Android. Task-number: QTBUG-34631 Change-Id: I38673204a521a990438470c4e165105a2b02b7ad Reviewed-by: BogDan Vatra <bogdan@kde.org> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index f06bf61b09..649493f8b7 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -142,6 +142,8 @@ win32 {
}
} else:blackberry {
SOURCES += io/qstandardpaths_blackberry.cpp
+ } else:android {
+ SOURCES += io/qstandardpaths_android.cpp
} else {
SOURCES += io/qstandardpaths_unix.cpp
}