diff options
| author | Morten Sørvig <msorvig@trolltech.com> | 2009-08-27 07:50:51 +0200 |
|---|---|---|
| committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-11-26 11:02:14 +0100 |
| commit | 7da3f2e71e788af84f0e6bcb26e551b229de75b0 (patch) | |
| tree | 0187b2bc5c0149c46eae8c77a68c95d4e976dc44 /src/corelib | |
| parent | 60df343af774cec50303ec4502918c835c7e76d2 (diff) | |
dont build qsettings_mac on lite
Diffstat (limited to 'src/corelib')
| -rw-r--r-- | src/corelib/io/io.pri | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri index 02a1586dd6..dc4683bf84 100644 --- a/src/corelib/io/io.pri +++ b/src/corelib/io/io.pri @@ -67,9 +67,14 @@ win32 { SOURCES += io/qfsfileengine_iterator_unix.cpp symbian:SOURCES += io/qprocess_symbian.cpp else:SOURCES += io/qprocess_unix.cpp + + !embedded_lite:macx-*: { + SOURCES += io/qsettings_mac.cpp + } + macx-*: { + SOURCES += io/qfilesystemwatcher_fsevents.cpp HEADERS += io/qfilesystemwatcher_fsevents_p.h - SOURCES += io/qsettings_mac.cpp io/qfilesystemwatcher_fsevents.cpp } linux-*:{ |
