最近在做Qt程序開發,程序在Debug下跑是沒有問題的,發布到Release版本後,出現各種問題:
報各種莫名其妙的錯誤,類似的錯誤有:QEventLoop:Cannot be used without QApplication
QObject::connect:Cannot connect (null)::aboutToQuit() to
QNativeWifiEngine::closeHandle()
QObject::connect:Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle()
QObject:Cannot create children for a parent that is in a different thread.
(Parent is QApplication(0x31f99c), parent's thread is QThread(0x57c058), current thread is QThread(0x598b40)
newQNetworkAccessManager()