当我试图用Project ERROR: Unknown module(s) in QT: positioning构建依赖于QT5的项目时,出现了错误的qmake,我怀疑以前安装的旧QT4安装中可能会出现问题。
qmake -version
QMake version 3.0
Using Qt version 5.2.1 in /usr/lib/x86_64-linux-gnu
所以我的问题是:
1.如何解决这一错误?
2.如何完全删除Qt4 (并可能重新安装QT5?)?
更新:
which qmake
/usr/bin/qmake
ls -l /usr/bin/qmake
lrwxrwxrw
我正在尝试编译,这是的一部分。我将它作为SUBDIRS的一部分包含在subdirs项目中。我通过Qt在qmake上运行了,然后运行了生成的Makefile,并收到了来自moc文件的这个错误:
/the_path/buildlib/moc_qtpropertybrowser.cpp:360: error: member access into incomplete type 'QtAbstractPropertyBrowserPrivate'
case 4: _t->d_func()->slotPropertyInserted((*reinterpre
我试图从这里运行代码,和我发现自己被这个错误信息困住了:
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
我使用的是Ubuntu14.04,我需要让rspec和水豚在QT5上工作。我已经安装了QT5。但是当我运行rspec/feature/ get _test时,会得到这样的警告:
WARNING: The next major version of capybara-webkit will require at least version 5.0 of Qt. You're using version 4.8.6.
但是:
~ % TDIR=/usr/share/qtX qmake --version
QMake version 3.0
Using Qt version 5.2.1 in
我正在使用Yocto在嵌入式板(i.MX6)上执行Qt和i.MX6的第一步。使用提供的示例菜谱,如quicknanobrowser,可以很好地工作在目标上。所以我不能证实声称WebEngine在嵌入式平台上是不可用的。
现在,我想编写自己的QML应用程序,并将其部署到板上。使用菜谱meta-toolchain-qt5,我创建了一个SDK并安装了它。在QtCreator中,我设置了SDK安装的所有路径,并试图构建它,但得到了以下错误:
Project ERROR: Unknown module(s) in QT: webengine
11:13:13: The process "/opt
Qt需要在Qt的QHash模板中使用的键类型的qHash重载。根据的说法,这个重载需要“在类型的命名空间中”。但这是一个问题,因为在c++中,会向std名称空间添加新的重载。仅将重载添加到全局命名空间也不起作用。
一个最小的例子:
#include <QHash>
#include <string>
//namespace std { // when adding to namespace std it compilies but that is not allowed
static uint qHash(const std::u32string &k
日安。我写了一个小程序来理解Qt,c,++和SQL是如何工作的。她写信给我:
QSqlQuery::exec: database not open
QSqlError("", "Driver not loaded", "Driver not loaded")
("QSQLITE", "QODBC", "QODBC3", "QPSQL", "QPSQL7")
在阅读了互联网后,我发现我需要一个SQL插件,我找到了这个指令 (为什么插件不能开箱即用?这无关紧要。)好的。我
当尝试将我的linux (CentOS 7)应用程序链接到静态qt5库时,我得到以下错误:
debug/app_debug_plugin_import.o: In function `StaticQPSQLDriverPluginPluginInstance::StaticQPSQLDriverPluginPluginInstance()':
<src>/app_debug_plugin_import.cpp:24: undefined reference to `qt_static_plugin_QPSQLDriverPlugin
链接到mysql插件工作。
我遵循了这里
当我试图用QT5在ubuntu上为armv7l-timesys linux-gnueabi构建SQUISH时,我得到了下面的错误
Checking Qt library path
> /opt/timesys/nitrogen6x/toolchain/opt/qt5/lib
? Checking whether Qt is built with thread support
: Looking for /opt/timesys/nitrogen6x/toolchain/opt/qt5/lib/libqt-mt.so
: Looking for /opt/timesys/nitrogen6