Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

creating pthread in qt creator

$
0
0
Hi all, I am a newbie, I just want to send some messages from pthreads thread function to qt GUI. I am creating thread like this pthread_create(&thread_read, NULL,&read_data,NULL);. But I am getting following error “ read_data is not declared in this scope”. I have added QMAKE_CXXFLAGS+= -std=gnu++0x -pthread -lpthread LIBS += -L/usr/include -pthread in .pro file in the project. Could anybody help me with this? Thanks pirpi

Viewing all articles
Browse latest Browse all 4972

Trending Articles