summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-09-17 10:30:53 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-09-23 12:39:15 (GMT)
commit031260adc1093e95c1c4d95d1d322b5b47ac1891 (patch)
treee63cf385e1bc121f3119b61b2c75582ad164d126 /src/corelib
parent8f8ca07b26709e719ef82b4304c17fef617a4af7 (diff)
downloadQt-031260adc1093e95c1c4d95d1d322b5b47ac1891.zip
Qt-031260adc1093e95c1c4d95d1d322b5b47ac1891.tar.gz
Qt-031260adc1093e95c1c4d95d1d322b5b47ac1891.tar.bz2
Added system includes to QtCore project file
This is necessary to allow compilation in certain S60 5th edition environments
Diffstat (limited to 'src/corelib')
-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 b49554e..bca9baa 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -89,5 +89,7 @@ win32 {
symbian {
SOURCES += io/qfilesystemwatcher_symbian.cpp
HEADERS += io/qfilesystemwatcher_symbian_p.h
+ INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
+ contains(QT_CONFIG, s60): LIBS += -lplatformenv
}
}