QT_NO_THREAD conditional build fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-27 15:47:13 +00:00
parent 111a4bd4c7
commit 935493f00e

View file

@ -387,7 +387,7 @@ static void *hpux_get_stack_base()
}
#endif
#ifdef QT_NO_THREAD
#ifndef QT_NO_THREAD
static inline void* currentThreadStackBase()
{
#if OS(HPUX)