1.下载安装QT

离线版QT地址:  https://download.qt.io/official_releases/qt/5.11/5.11.1/qt-opensource-windows-x86-5.11.1.exe

注意

最好全部安装,否则在后续的安装过程中会提示相应的文件找不到

2. 在环境变量中指定QT_DIR

默认的QT_DIR为C:\Qt

如果不指定QT_DIR,在后续安装过程中会出现如下错误

3. 将g++所在路径加入环境变量PATH中

C:\Qt\Qt5.11.1\Tools\mingw530_32\bin
C:\Qt\Qt5.11.1\5.11.\mingw53_32\bin
C:\Qt\Qt5.11.1\Tools\mingw530_32\opt\bin

C:\Qt\Qt5.11.1\Tools\mingw530_32\bin 目录下包含了gcc、g++等编译链接工具
C:\Qt\Qt5.11.1\5.11.1\mingw53_32\bin 目录下包含了qmake.exe以及程序运行过程中需要的动态链接库(.dll)文件

4. 安装go

下载地址: https://golang.org/dl/

5. 下载安装therecipe/qt

# 下载
go get -v github.com/therecipe/qt/cmd/...
# 安装
%GOPATH%\bin\qtsetup.exe

安装过程中出现的硬链接失败可以忽略

生成的静态库所在路径为: %GOPATH%\pkg\windows_386\github.com\therecipe\qt

总共预计安装39个静态库文件(后缀名为.a)。其中安装成功38个,安装失败1个(winextras)。

安装记录如下:

F:\>qtsetup
[36mINFO[0m[] running: 'qtsetup prep'
[31mERRO[0m[] failed to run command [31mcmd[0m="cmd /C mklink /H C:\\Go\\bin\\qtrcc.exe F:\\Workspace\\go\\bin\\qtrcc.exe" [31mdir[0m= [31menv[0m= [31merror[0m="exit status 1" [31mfunc[0m=RunCmdOptional [31mname[0m="failed to create qtrcc symlink in your PATH (C:\\Go\\bin\\qtrcc.exe); please use F:\\Workspace\\go\\bin\\qtrcc.exe instead"
ϵͳ�޷����ļ��Ƶ���ͬ�Ĵ����������� [31mERRO[0m[] failed to run command [31mcmd[0m="cmd /C mklink /H C:\\Go\\bin\\qtmoc.exe F:\\Workspace\\go\\bin\\qtmoc.exe" [31mdir[0m= [31menv[0m= [31merror[0m="exit status 1" [31mfunc[0m=RunCmdOptional [31mname[0m="failed to create qtmoc symlink in your PATH (C:\\Go\\bin\\qtmoc.exe); please use F:\\Workspace\\go\\bin\\qtmoc.exe instead"
ϵͳ�޷����ļ��Ƶ���ͬ�Ĵ����������� [31mERRO[0m[] failed to run command [31mcmd[0m="cmd /C mklink /H C:\\Go\\bin\\qtminimal.exe F:\\Workspace\\go\\bin\\qtminimal.exe" [31mdir[0m= [31menv[0m= [31merror[0m="exit status 1" [31mfunc[0m=RunCmdOptional [31mname[0m="failed to create qtminimal symlink in your PATH (C:\\Go\\bin\\qtminimal.exe); please use F:\\Workspace\\go\\bin\\qtminimal.exe instead"
ϵͳ�޷����ļ��Ƶ���ͬ�Ĵ����������� [31mERRO[0m[] failed to run command [31mcmd[0m="cmd /C mklink /H C:\\Go\\bin\\qtdeploy.exe F:\\Workspace\\go\\bin\\qtdeploy.exe" [31mdir[0m= [31menv[0m= [31merror[0m="exit status 1" [31mfunc[0m=RunCmdOptional [31mname[0m="failed to create qtdeploy symlink in your PATH (C:\\Go\\bin\\qtdeploy.exe); please use F:\\Workspace\\go\\bin\\qtdeploy.exe instead"
ϵͳ�޷����ļ��Ƶ���ͬ�Ĵ����������� [36mINFO[0m[] running: 'qtsetup check windows' [docker=false] [vagrant=false]
[36mINFO[0m[] GOOS: 'windows'
[36mINFO[0m[] GOARCH: 'amd64'
[36mINFO[0m[] GOVERSION: 'go1.10.1'
[36mINFO[0m[] GOROOT: * 'C:\Go\'
[36mINFO[0m[] GOPATH: * 'F:\Workspace\go'
[36mINFO[0m[] GOBIN: 'F:\Workspace\go\bin'
[36mINFO[0m[] QT_HASH: 'd0f30a6e4c39e0989b1b00169b66abbca442becf'
[36mINFO[0m[] QT_VERSION: '5.11.1'
[36mINFO[0m[] QT_VERSION_MAJOR: '5.11.1'
[36mINFO[0m[] QT_DIR: * 'C:\Qt\Qt5.11.1'
[36mINFO[0m[] QT_STUB: 'false'
[36mINFO[0m[] QT_DEBUG: 'false'
[36mINFO[0m[] QT_QMAKE_DIR: ''
[36mINFO[0m[] QT_WEBKIT: 'false'
[36mINFO[0m[] QT_MSYS2: 'false'
[36mINFO[0m[] running: 'qtsetup generate windows' [docker=false] [vagrant=false]
[36mINFO[0m[] generating full qt/core
[36mINFO[0m[] generating full qt/androidextras
[36mINFO[0m[] generating full qt/gui
[36mINFO[0m[] generating full qt/network
[36mINFO[0m[] generating full qt/xml
[36mINFO[0m[] generating full qt/dbus
[36mINFO[0m[] generating full qt/nfc
[36mINFO[0m[] generating full qt/script
[36mINFO[0m[] generating full qt/sensors
[36mINFO[0m[] generating full qt/positioning
[36mINFO[0m[] generating full qt/widgets
[36mINFO[0m[] generating full qt/sql
[36mINFO[0m[] generating full qt/qml
[36mINFO[0m[] generating full qt/websockets
[36mINFO[0m[] generating full qt/xmlpatterns
[36mINFO[0m[] generating full qt/bluetooth
[36mINFO[0m[] generating full qt/webchannel
[36mINFO[0m[] generating full qt/svg
[36mINFO[0m[] generating full qt/multimedia
[36mINFO[0m[] generating full qt/quick
[36mINFO[0m[] generating full qt/help
[36mINFO[0m[] generating full qt/location
[36mINFO[0m[] generating full qt/scripttools
[36mINFO[0m[] generating full qt/uitools
[36mINFO[0m[] generating full qt/winextras
[36mINFO[0m[] generating full qt/testlib
[36mINFO[0m[] generating full qt/serialport
[36mINFO[0m[] generating full qt/serialbus
[36mINFO[0m[] generating full qt/printsupport
[36mINFO[0m[] generating full qt/designer
[36mINFO[0m[] generating full qt/scxml
[36mINFO[0m[] generating full qt/gamepad
[36mINFO[0m[] generating full qt/purchasing
[36mINFO[0m[] generating full qt/datavisualization
[36mINFO[0m[] generating full qt/charts
[36mINFO[0m[] generating full qt/speech
[36mINFO[0m[] generating full qt/quickcontrols2
[36mINFO[0m[] generating full qt/sailfish
[36mINFO[0m[] generating full qt/remoteobjects
[36mINFO[0m[] running: 'qtsetup install windows' [docker=false] [vagrant=false]
[36mINFO[0m[] installing full qt/core
[36mINFO[0m[] installing full qt/androidextras
[36mINFO[0m[] installing full qt/gui
[36mINFO[0m[] installing full qt/network
[36mINFO[0m[] installing full qt/xml
[36mINFO[0m[] installing full qt/dbus
[36mINFO[0m[] installing full qt/nfc
[36mINFO[0m[] installing full qt/script
[36mINFO[0m[] installing full qt/sensors
[36mINFO[0m[] installing full qt/positioning
[36mINFO[0m[] installing full qt/widgets
[36mINFO[0m[] installing full qt/sql
[36mINFO[0m[] installing full qt/qml
[36mINFO[0m[] installing full qt/websockets
[36mINFO[0m[] installing full qt/xmlpatterns
[36mINFO[0m[] installing full qt/bluetooth
[36mINFO[0m[] installing full qt/webchannel
[36mINFO[0m[] installing full qt/svg
[36mINFO[0m[] installing full qt/multimedia
[36mINFO[0m[] installing full qt/quick
[36mINFO[0m[] installing full qt/help
[36mINFO[0m[] installing full qt/location
[36mINFO[0m[] installing full qt/scripttools
[36mINFO[0m[] installing full qt/uitools
[36mINFO[0m[] installing full qt/winextras
github.com/therecipe/qt
github.com/therecipe/qt/winextras
# github.com/therecipe/qt/winextras
[36mINFO[0m[] installing full qt/testlib
[36mINFO[0m[] installing full qt/serialport
[36mINFO[0m[] installing full qt/serialbus
[36mINFO[0m[] installing full qt/printsupport
[36mINFO[0m[] installing full qt/designer
[36mINFO[0m[] installing full qt/scxml
[36mINFO[0m[] installing full qt/gamepad
[36mINFO[0m[] installing full qt/purchasing
[36mINFO[0m[] installing full qt/datavisualization
[36mINFO[0m[] installing full qt/charts
[36mINFO[0m[] installing full qt/speech
[36mINFO[0m[] installing full qt/quickcontrols2
[36mINFO[0m[] installing full qt/sailfish
[36mINFO[0m[] installing full qt/remoteobjects
[33mWARN[0m[0161] failed to install:
[33mWARN[0m[0161
] winextras
[36mINFO [0m[] running: 'qtsetup test windows' [docker=false] [vagrant=false]
[36mINFO [0m[] testing widgets\line_edits
[36mINFO [0m[] testing widgets\pixel_editor
[36mINFO [0m[] testing widgets\textedit
[36mINFO [0m[] testing qml\application
[36mINFO [0m[] testing qml\drawer_nav_x
[36mINFO [0m[] testing qml\gallery
[36mINFO [0m[] testing quick\calc

运行的测试代码所在目录源码目录(therecipe\qt)下的的internal\examples目录下。

6. 简单的程序

目录结构:

代码:

package main

import (
"os"
"github.com/therecipe/qt/widgets"
"github.com/therecipe/qt/gui"
"github.com/therecipe/qt/core"
) func main() {
// 创建应用程序
app := widgets.NewQApplication(len(os.Args), os.Args)
// 创建主窗口
window := widgets.NewQWidget(nil, )
// 设置窗口最小尺寸
window.SetMinimumSize2(, )
// 设置标题
window.SetWindowTitle("hello QT, hello GO")
mainLayout := widgets.NewQVBoxLayout()
// 创建垂直布局
window.SetLayout(mainLayout) lineEidt := widgets.NewQLineEdit(nil) //创建一个label,用于存放go logo
icon := gui.NewQPixmap5("go.jpg", "", core.Qt__AutoColor)
iconLabel := widgets.NewQLabel(nil, )
iconLabel.SetPixmap(icon) btn := widgets.NewQPushButton2("点我", nil)
btn.ConnectClicked(func(bool) {
widgets.QMessageBox_Information(nil, "我是对话框", "hello go,hello qt", widgets.QMessageBox__Ok, widgets.QMessageBox__Ok)
}) // !!!! 注意是AddWidget 不是AddChildWidget
mainLayout.AddWidget(lineEidt, , )
mainLayout.AddWidget(iconLabel, , )
window.Layout().AddWidget(btn) // 显示窗口
window.Show()
// 进入消息循环
app.Exec()
}

main.go

生成目标exe文件

F:\Workspace\go\src\gui\qt>qtdeploy build desktop hello

需要将go.jpg拷贝至hello\deploy\windows\目录下(与hello.exe处于一个目录下)方可正常运行。

运行效果

遇到的问题:

1) "xxx/src/github.com/therecipe/qt/gui" has no buildable Go source files

 解决方法:

点击 Help > Edit Custom Properties

#添加如下内容
idea.max.intellisense.filesize=

由于静态库gui.a很大,因此需要提高goland智能补全所允许的 单个文件大小上限

2) 运行时内存不足

解决方法:

点击Goland 的开始菜单  Help > Edit Custom VM Options

根据配置 修改-Xmx选项,例如:

-Xms512m
-Xmx4096m
-XX:ReservedCodeCacheSize=480m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow

-Xmx value limits the maximum heap memory size that the JVM can allocate.

参考:

https://github.com/therecipe/qt/wiki/Getting-Started

https://github.com/therecipe/qt/wiki/Installation-on-Windows

https://github.com/therecipe/qt/issues/90

https://stackoverflow.com/questions/23057988/file-size-exceeds-configured-limit-2560000-code-insight-features-not-availabl

最新文章

  1. 为什么kafka使用磁盘而不是内存
  2. Windows 7您的凭据不工作
  3. css样式表和选择器的优先级以及position元素属性值的区别
  4. 如何配置apache最大的并发数
  5. 【C/C++多线程编程之六】pthread相互排斥量
  6. 2016.7.2this的应用
  7. javascript中的for……in循环
  8. mvn command is not recognized as an internal or external command
  9. centos7.1磁盘分区 格式化 挂载
  10. JavaScript语法基础:数组的常用方法详解
  11. NLP︱句子级、词语级以及句子-词语之间相似性(相关名称:文档特征、词特征、词权重)
  12. SHA算法
  13. sketch格式文件转换成psd
  14. 手动部署一个单节点kubernetes
  15. maven打包时跳过单元测试
  16. http 断点续传
  17. 【docker】挂载web应用
  18. js类型转换 之 转数字类型
  19. Django 实现用户认证set_Cookie
  20. hdu 2157 How many ways?? ——矩阵十题第八题

热门文章

  1. CSS效果:3D卡片
  2. npm install报错npm ERR! Maximum call stack size exceeded解决
  3. python基础—字典的使用{}
  4. 百度翻译新API C#版在 winform,Asp.Net的小程序
  5. oracle导入导出功能
  6. Docker CE安装
  7. vscode C++开发环境配置教程(教你如何用vscode写C++)
  8. python自动化框架(一)
  9. Spring EnableWebMvc vs WebMvcConfigurationSupport
  10. 配置https and http2 local本地开发环境