qt windows分发工具使用



在qt的安装目录下:QTDIR/bin/windeployqt

例如我的默认安装在:

C:\Qt\Qt5.3.1\5.3\msvc2013

windoployqt在:

C:\Qt\Qt5.3.1\5.3\msvc2013\bin\windoployqt.exe

注意:

需要把qt的安装路径设置到PATH环境变量中。windoployqt是在PATH环境变量中查找所需要的qt库。

然后再在要安装的目录下运行:

D:\source\rabbitim\install>windeployqt rabbitim.exe

Usage: c:\qt\Qt5.3.1\5.3\msvc2013\bin\windeployqt.exe [options] [file]

Qt Deploy Tool 5.3.1

The simplest way to use windeployqt is to add the bin directory of your Qt

installation (e.g. <QT_DIR\bin>) to the PATH variable and then run:

windeployqt <path-to-app-binary>

If ICU, ANGLE, etc. are not in the bin directory, they need to be in the PATH

variable. If your application uses Qt Quick, run:

windeployqt --qmldir <path-to-app-qml-files> <path-to-app-binary>

Options:

-?, -h, --help            Displays this help.

-v, --version             Displays version information.

--dir <directory>         Use directory instead of binary directory.

--libdir <path>           Copy libraries to path.

--debug                   Assume debug binaries.

--release                 Assume release binaries.

--force                   Force updating files.

--dry-run                 Simulation mode. Behave normally, but do not

copy/update any files.

--no-plugins              Skip plugin deployment.

--no-libraries            Skip library deployment.

--qmldir <directory>      Scan for QML-imports starting from directory.

--no-quick-import         Skip deployment of Qt Quick imports.

--no-translations         Skip deployment of translations.

--no-system-d3d-compiler  Skip deployment of the system D3D compiler.

--compiler-runtime        Deploy compiler runtime (Desktop only).

--no-compiler-runtime     Do not deploy compiler runtime (Desktop only).

--webkit2                 Deployment of WebKit2 (web process).

--no-webkit2              Skip deployment of WebKit2.

--json                    Print to stdout in JSON format.

--list <option>           Print only the names of the files copied.

Available options:

source:   absolute path of the source files

target:   absolute path of the target files

relative: paths of the target files, relative

to the target directory

mapping:  outputs the source and the relative

target, suitable for use within an

Appx mapping file

--verbose <level>         Verbose level.

Qt libraries can be added by passing their name (-xml) or removed by passing

the name prepended by --no- (--no-xml). Available libraries:

bluetooth clucene concurrent core declarative designercomponents designer gui

clucene qthelp multimedia multimediawidgets multimediaquick network nfc opengl

positioning printsupport qml quick quickparticles script scripttools sensors

serialport sql svg test widgets winextras xml xmlpatterns

Arguments:

[file]                    Binary or directory containing the binary.

时间: 2024-10-07 05:27:18

qt windows分发工具使用的相关文章

qt windows分发工具使用(windoployqt)

在qt的安装目录下:QTDIR/bin/windeployqt 例如我的默认安装在: C:\Qt\Qt5.3.1\5.3\msvc2013 windoployqt在: C:\Qt\Qt5.3.1\5.3\msvc2013\bin\windoployqt.exe 注意: 需要把qt的安装路径设置到PATH环境变量中.windoployqt是在PATH环境变量中查找所需要的qt库. 然后再在要安装的目录下运行: D:\source\rabbitim\install>windeployqt rabbi

Qt模块和工具简介

Qt模块和工具简介 Qt是一个跨平台的C++应用程序开发框架. Qt模块: 1.图形用户接口: Qt的图形用户接口的基础是QWidget.Qt中所有类型的GUI组件如按钮.标签.工具栏等都派生自QWidget,而QWidget本身则为QObject的子类.Widget负责接收鼠标,键盘和来自窗口系统的其他事件,并描绘了自身显示在屏幕上.每一个GUI组件都是一个widget,widget还可以作为容器,在其内包含其他Widget. QWidget不是一个抽象类.并且可以被放置在一个已存在的用户接口

windows发包工具—小兵以太网测试仪

小兵以太网测试仪 是一款windows平台下的发包工具. 该软件小巧.易用.开源.免费. 该软件支持各种常见报文(包括arp ip icmp udp tcp等)的编辑与发送,还可以控制发包速率. 同时,该软件还具有抓包功能. 软件主界面如下: 好了,下面我们就一起来看看该软件的各个功能点吧. 一.新建或编辑报文 在软件主界面右边的列表框中,点右键,根据菜单提示,即可进行新建报文/编辑已有报文的操作了. 报文编辑的界面如下: . 支持 以太网(包括vlan).arp.ip.icmp.udp.tcp

从命令行模式运行Windows管理工具。

从命令行模式运行Windows管理工具. 分类: Play Windows 2004-08-06 16:39 6076人阅读 评论(3) 收藏 举报 1.可以直接在开始-〉运行里面输入的管理工具: 文件所在目录:%SYSTEMROOT%/System32从命令行方式运行:直接输入文件名 admgmt.msc: Active Directory Managementazman.msc: Authorization Managercertmgr.msc: Certificatescertsrv.ms

Python打包分发工具setuptools

作为Python标准的打包及分发工具,setuptools可以说相当地简单易用.它会随着Python一起安装在你的机器上.你只需写一个简短的setup.py安装文件,就可以将你的Python应用打包 首先,如果你需要另外安装setuptools,你可以使用下面的命令: wget http://peak.telecommunity.com/dist/ez_setup.py sudo python ez_setup.py 第一个安装文件 接下来让我们编写安装文件,假设我们的项目名为setup-dem

批量Linux、Windows管理工具BatchShell 1.2(最新版)

简介: BatchShell是什么: BatchShell是一款基于SSH2的批量文件传输及命令执行工具,它可以同时传输文件到多台远程服务器以及同时对多台远程服务器执行命令.具备以下主要功能:    ... BatchShell是什么: BatchShell是一款基于SSH2的批量文件传输及命令执行工具,它可以同时传输文件到多台远程服务器以及同时对多台远程服务器执行命令. 具备以下主要功能:     1. 多服务器批量文件传送.接收     2. 多服务器远程命令交互     3. 快速远程桌面

深度解析两大内测分发工具Pre.im与TestFlight

说起移动应用的内测分发平台,众多开发者首要想到的就是国外的TestFlight.不过最近国内的一家测试平台Testin也针对内测分发这一环节推出了平台Pre.im,受到了开发者的追捧.这里,我们就来深度解析一下老牌平台TestFlight与后起之秀Pre.im之间的不同,以便开发者可以更好地选择最适合自己的内测分发工具. 语言环境 这是两者最直观的一个区别,TestFlight从登录界面到帮助文档皆是全英文环境,Pre.im则全是中文.下面,就来个帮助文档方面的对比. 不过,如果开发者对语言方面

运行windows系统工具命令

appwiz.cpl 卸载/安装程序  wscui.cpl 操作中心 inetcpl.cpl  查看Internet属性  eventvwr     查看监视消息和疑难解答消息  taskmgr  任务管理器 winver  显示Windows版本信息 cmd  命令提示符UserAccountControlSettings 更改用户控制设置  regedt32 注册表编辑器  msinfo32 查看硬件设置和软件设置的高级信息  control  控制面板  rstrui  系统还原  com

Windows终端工具_MobaXterm

前言 有人喜欢小而美的工具,有人喜欢大集成工具.这里推荐一款增强型的Windows终端工具MobaXterm,它提供所有重要的远程网络工具(SSH,X11,RDP,VNC,FTP,MOSH ......)和Unix命令(bash,ls,cat,sed,grep,awk,rsync等).使用MobaXterm工具,可以替代SSH客户端工具(xshell.putty.securecrt等).sftp/ftp工具(winscp.filezilla).远程桌面访问工具(RDO等)等等,可以极大降低你wi