标签:
最近在做Qt程序开发,程序在Debug下跑是没有问题的,发布到Release版本后,出现各种问题:
QEventLoop:Cannot be used without QApplicationQObject::connect:Cannot connect (null)::aboutToQuit() toQNativeWifiEngine::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()Qt程序Release版出现 类似 QEventLoop: Cannot be used without QApplication 问题的终极解决方案
标签:
原文地址:http://www.cnblogs.com/huomiao/p/5049281.html