cmake-gui出现关于Qt问题,怎么解决
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cmake-gui出现关于Qt问题,怎么解决相关的知识,希望对你有一定的参考价值。
参考技术A 我用sudo apt-get install cmake-gui安装好后利用它编译就出现如下问题,
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct null not valid 参考技术B Qt在编译时,需要首先使用uic.exe编译UI文件,通过moc.exe处理Q_OBJECT之类的宏,当然你可以去掉这些定义,否则就需要加上: # COMPILE UIs SET(UIS mnwindow ) FOREACH (ui_file $UIS) SET(TMP_IN "$PROJECT_SOURCE_DIR/res/$ui_file.ui"
qt程序问题
qt程序问题求助,无法运行rc.exe怎么解决啊
将C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.15063.0\\x64 目录下的rc.exe 和rcdll.dll 复制到C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin\\amd64
如果qt版本是32bit的:
将C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.15063.0\\x86 目录下的rc.exe 和rcdll.dll 复制到C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin
如果仍有此问题,卸载QT,重启电脑,安全卫士软件管家下载安装运行库合集后,重新安装QT软件解决此问题
以上是关于cmake-gui出现关于Qt问题,怎么解决的主要内容,如果未能解决你的问题,请参考以下文章