summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2012-03-30 14:16:55 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-10 10:38:10 +0200
commit00f3299e8b499e323c3e3d9552d518a872a0695a (patch)
tree03c5f72e38a41a0f29fe447515637b6cbedcd4d6 /src/corelib/io/io.pri
parent2756101d0e3b2a044e3e13a53421512c86dc5ba5 (diff)
Blackberry OS implementation of QStandardPaths
Change-Id: I31427b896ca691de7071da17af4863d16348df7b Reviewed-by: David Faure <faure@kde.org> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
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 29599295ad..d24ea667b2 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -106,6 +106,8 @@ win32 {
SOURCES += io/qstandardpaths_mac.cpp
} else:standardpathsjson {
SOURCES += io/qstandardpaths_json.cpp
+ } else:blackberry {
+ SOURCES += io/qstandardpaths_blackberry.cpp
} else {
SOURCES += io/qstandardpaths_unix.cpp
}