CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5QmlModels" with
any of the following names:
Qt5QmlModelsConfig.cmake
qt5qmlmodels-config.cmake
Add the installation prefix of "
我使用QtJambi编写了一个简单的应用程序,特别是com.trolltech.qt.webkit.QWebView类。在linux上,一切工作正常,但是当我运行Win32版本时,我得到了
at com.trolltech.qt.internal.NativeLibraryManager.loadNativeLibrary(NativeLibraryManager.java:431)
at com.trolltech.qt.internal.NativeLibraryManager.loadQtLibrary(NativeLibraryManager.java:355)
at
在我的Fedora 19框上运行一个使用QT4.7的应用程序时,我从应用程序中得到以下错误:
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib64/dri/tls/swrast_dri.so libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so
libGL: Can't open configuration file /home/Matthew.Hoggan/.drirc: No such file or d
我在我的系统上运行了Ubuntu20.04,直到最近我还在使用pdf查看器Okular。但是,当双击pdf-文件并从终端开始时,Okular将不会启动以下错误消息:
okular: /snap/okular/109/kf5/usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.15' not found (required by okular)
我怎么才能解决这个问题?
我正在考虑尝试sudo apt-get install qt5-default,这是我在https://wiki.qt.io/Install_Qt_5_
我在Qt上部署Linux应用程序时遇到了很多麻烦。我知道里面有很多文章,但我只是觉得每个人都想让你更加困惑,这就是我来这里的原因。我已经尝试了一些事情,我将在下面解释。
首先,我在谷歌上搜索了"deploy应用程序linux“,最后使用了,这可能会让你的生活变得更简单,但事实并非如此。我下载了LSB,然后尝试运行install.sh,但最终还是出错了:
error: could not find configuration
它也很明显,因为在同一个目录中有一个inst-config,如果我查看这个install.sh脚本,我就会看到它检查的内容:
if [ \! -e ./inst-c