diff -r e2d33e235f7e -r 885c2596c964 qtmobility/common.pri --- a/qtmobility/common.pri Thu Jul 15 19:34:35 2010 +0300 +++ b/qtmobility/common.pri Thu Aug 19 10:43:30 2010 +0300 @@ -88,7 +88,7 @@ contains(TEMPLATE,.*lib) { DESTDIR = $$OUTPUT_DIR/lib symbian:defFilePath=../s60installs -# VERSION = 1.0.1 +# VERSION = 1.0.2 } else { DESTDIR = $$OUTPUT_DIR/bin } @@ -162,6 +162,9 @@ symbian { #For some reason the default include path doesn't include MOC_DIR on symbian INCLUDEPATH += $$MOC_DIR + + #This is supposed to be defined in symbian_os.hrh + DEFINES += SYMBIAN_EMULATOR_SUPPORTS_PERPROCESS_WSD } # Add the output dirs to the link path too