i want to using shared memory in Qt project and c++project.
but in C++ project,
#include<Qt/QtCore/qsharedmemory.h>
i insert code like above, but in qsharedmemory.h,
"#include<QtCore/qobject.h>" doesn't found. (no serch file or directory)
what's the solution? plz help me...:(