Top "Qsharedmemory" questions

In the QT framework, the QSharedMemory class provides access to a shared memory segment.

Qt: Best practice for a single instance app protection

QSingleApplication? QMutex? QSharedMemory? I'm looking for something that will work smoothly in Windows, OSX and Linux (Ubuntu). Using Qt 4.7.1

c++ qt qmutex qsharedmemory