summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-07-10 08:41:14 (GMT)
committeraxis <qt-info@nokia.com>2009-10-23 15:33:15 (GMT)
commitdc922ec5c9de96a4f96f7c866d11179230d5aba6 (patch)
tree031630c23bcbf8cb655c986045f6cc3a8d15284a /src/corelib/io
parent6475ca960a3d04eb591338801073db4d2a38b715 (diff)
downloadQt-dc922ec5c9de96a4f96f7c866d11179230d5aba6.zip
Qt-dc922ec5c9de96a4f96f7c866d11179230d5aba6.tar.gz
Qt-dc922ec5c9de96a4f96f7c866d11179230d5aba6.tar.bz2
Fixed qmake scope specification.
Even if we compile on Linux, that doesn't mean we run it there.
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/io.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index 02a1586..9178a2e 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -72,7 +72,7 @@ win32 {
SOURCES += io/qsettings_mac.cpp io/qfilesystemwatcher_fsevents.cpp
}
- linux-*:{
+ linux-*:!symbian {
SOURCES += \
io/qfilesystemwatcher_inotify.cpp \
io/qfilesystemwatcher_dnotify.cpp