Using QSharedMemory in C++ project
-
wrote on 15 May 2015, 06:35 last edited by Mue22
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...:(
-
wrote on 15 May 2015, 06:53 last edited by
Hi and welcome to devnet,
what do you mean with "C++ Project"??
To use Qt objects you need a "Qt Project". -
Hi and welcome to devnet,
what do you mean with "C++ Project"??
To use Qt objects you need a "Qt Project". -
wrote on 15 May 2015, 07:19 last edited by
Hi,
to use Qt classes you need a Qt Project (set INCLUDE_PATH and link libraries); BTW you can implement the background program using Qt (without GUI)
1/4