我在Linux Mint中安装了Qt库和Qt creator,但当我尝试运行设计器时,我得到了以下错误:
designer: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/designer': No such file or directory
我在网上找不到designer版本5,但我可以找到版本4。我担心这个旧版本不能处理所有的Qt5新功能。
Qt designer版本5是否可用于Linux?
我试图从这里运行代码,和我发现自己被这个错误信息困住了:
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix
在Ubuntu上运行Android Emulator似乎比Windows版本更复杂一些。我在软件开发工具包管理器中看不到下载英特尔硬件辅助虚拟化软件的相同选项,而是指示我根据链接使用KVM运行它,这需要Qt,但即使当我安装它时,我也得到了以下错误:
./emulator64-arm: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.7' not found (required by ./emulator64-arm)
./emulator64-arm: /usr/lib/x86_64-linux-gnu/libQt5Co
我需要运行qmlimportscanner。我在Linux mint 18上尝试了已经安装在/usr/bin/importscanner中的程序,结果如下:
qmlimportscanner: could not find a Qt installation of ''
我通过sudo apt-get安装了qt5-default和qtbase5-dev。但这是一回事。然后我试着像这样用qtchooser运行:
qtchooser -run-tool=qmlimportscanner -qt=5
这给了我这个:
qtchooser: could not exec '/u
我试图在一个新的Debian上安装Qt开发环境,但没有成功。首先,由于xserver崩溃,自动在线安装程序甚至没有设法使我达到可用状态。我不得不手动将buster-backports添加到我的sources.list中(这可能会在以后变得相关)
之后的第一件事是从Qt网站下载并启动netinstaller。(qt-统一-linux-x64-4.0.1-1-online.run)
Qt设计器、翻译器和其他应用程序正常启动,但Qt创建者没有启动。
当从控制台启动它时,我会得到以下错误:
qt.qpa.plugin: Could not load the Qt platform plugin
安装anki后,我使用Xubuntu18.04(Linux4.15.0-48-泛型x86_64 )(buildd@lgw01- as 64-036) (gcc版本7.3.0 (Ubuntu7.3.0-16 ubuntu3))#51-UbuntuSMP,如anki的网站所示:
$ tar xjf Downloads/anki-2.1.12-amd64.tar.bz2
$ cd anki-2.1.12-linux-amd64
$ sudo make install
当我运行anki时,我收到了这个消息:
qt:无法加载Qt平台插件"xcb“中的”xcb“,即使找到了它。qt:这个应用程序启
我试图解决著名的protobuf版本错误(参见下面),在Linux下编译过程视图和Qt时(Ubuntu17.10)。
This program requires version 3.0.0 of the Protocol Buffer runtime
library, but the installed version is 2.3.0. Please update your
library. If you compiled the program yourself, make sure that your
headers are from the same version of P
当我启动Android模式时,会出现以下错误:
Invalid json file: C:/Qt/Projekt/android-libProjekt.so-deployment-settings.json
我读到过我必须更改Qt构建路径,但是它总是相同的错误.
android-libProjekt.so-deployment-settings.json:
{
"description": "This file is generated by qmake to be read by androiddeployqt and should not be modifi