diff options
author | axis <qt-info@nokia.com> | 2009-07-10 08:41:14 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-23 15:33:15 (GMT) |
commit | dc922ec5c9de96a4f96f7c866d11179230d5aba6 (patch) | |
tree | 031630c23bcbf8cb655c986045f6cc3a8d15284a /src/corelib/io/io.pri | |
parent | 6475ca960a3d04eb591338801073db4d2a38b715 (diff) | |
download | Qt-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/io.pri')
-rw-r--r-- | src/corelib/io/io.pri | 2 |
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 |