我想为ARM设备编译一个Qt程序。
我安装了ARM的工具链,下面是我的qmake.conf文件的样子:
#
# qmake configuration for building with arm-none-linux-gnueabi-g++
#
include(../../common/linux.conf)
include(../../common/gcc-base-unix.conf)
include(../../common/g++-unix.conf)
include(../../common/qws.conf)
# modifications to g++.conf
QMAKE_
运行cmake CMakeLists.txt后
我收到以下警告
CMake Warning at src/CMakeLists.txt:32 (add_executable):
Cannot generate a safe runtime search path for target MMPEditor because
files in some directories may conflict with libraries in implicit
directories:
runtime library [libQt5Widgets.so.5] in /usr/lib/x86_
我使用的是Debian OS,我正在尝试指向cmake where is my Qt4。
我尝试构建qjson库,并使用它的CMakeLists.txt:
我得到了:
Qt5 not found, searching for Qt4
qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
CMake Error at /usr/share/cmake-2.8/Modules/FindQt4.cmake:1386 (message):
Found un
当我尝试构建我的应用程序时,我得到了这个错误:
make: Wl,-rpath-link,: Command not found
我的Makefile如下所示,它是使用OE工具链中的qmake程序生成的文件。
#############################################################################
# Makefile for building: app_qt
# Generated by qmake (2.01a) (Qt 4.8.1) on: Tue Jun 26 17:49:26 2012
# Project:
问题:
如何从Linux计算机卸载QT?
我在Debian机器上安装了一个损坏的设备。我试过重新安装,修理等,但没有运气。我被建议完全卸载,抓取最新版本并重新安装。
问题是,我不知道如何做到这一点,每次我尝试,QT总是带着同样的问题回来,我假设是因为一些配置文件在删除过程中没有被删除。
运行qmake --version会给出以下输出:
QMake version 3.0
Using Qt version 5.6.2 in /home/greg/anaconda2/lib
运行pkg-config --modversion QtCore会给出以下输出:
Package QtCore was n
我已经尝试了几种方法,但在尝试为blackfin创建cmake时仍然出现以下错误:
CMake Error at CMakeLists.txt:116 (message):
Fatal error: QT (version >= 4.5.0) required. Cmake tries to detect QT4 by
searching for 'qmake' in your PATH.If you have QT4 installed, make sure
qmake is found in your PATH. If you compiled
我正在Linux上工作,我已经安装了Qt 2.5.2、Qt库4.7.4和4.4.3,这些都是从源代码中获得的。由于版本之间的不兼容性,我不能直接安装二进制文件。QT4.7.4和QT4.4.3的安装过程都是相同的。我面临的问题是Qt承认QT4.7.4,但没有QT4.4.3,这是错误的。
Qt版本无效:无法确定Qt安装的二进制文件的路径,可能路径是错误的。
每个库都安装在/home/$username/qt/Qt-$version中。当我手动编译一个项目时
cd directory
/home/$username/qt/Qt-4.4.3/qmake $PATHPRO
make
一切都很有魅