summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-21 12:28:51 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-21 12:28:51 (GMT)
commit6b8e0e831093f35fe5e47633c1a0abd22e6811b0 (patch)
tree69d7bfcf587446d02f7888f728d26dda1723c632 /src/corelib/io/io.pri
parent1e5ad7ed3f1e6f66a8367318c32df6e5dd68250a (diff)
downloadQt-6b8e0e831093f35fe5e47633c1a0abd22e6811b0.zip
Qt-6b8e0e831093f35fe5e47633c1a0abd22e6811b0.tar.gz
Qt-6b8e0e831093f35fe5e47633c1a0abd22e6811b0.tar.bz2
Review inspired fixes to Symbian file engine
- Refactored symbian specific public method out of qfsfileengine.h into a static method. - Utilized PathInfo class for getting home, root, and temp paths. - Cosmetic changes. Reviewed-by: Janne Koskinen
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index b49554e..e58e4ad 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -89,5 +89,6 @@ win32 {
symbian {
SOURCES += io/qfilesystemwatcher_symbian.cpp
HEADERS += io/qfilesystemwatcher_symbian_p.h
+ contains(QT_CONFIG, s60): LIBS += -lplatformenv
}
}