From 031260adc1093e95c1c4d95d1d322b5b47ac1891 Mon Sep 17 00:00:00 2001 From: Gareth Stockwell Date: Thu, 17 Sep 2009 11:30:53 +0100 Subject: Added system includes to QtCore project file This is necessary to allow compilation in certain S60 5th edition environments --- src/corelib/io/io.pri | 2 ++ 1 file changed, 2 insertions(+) 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 } } -- cgit v0.12