wanlifeipeng

  博客园 :: 首页 :: 博问 :: 闪存 :: :: 联系 :: 订阅 订阅 :: 管理 ::

 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.1\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
INFO[0000] running: 'qtsetup prep'
ERRO[0000] failed to run command                         cmd="cmd /C mklink /H C:\\Go\\bin\\qtrcc.exe F:\\Workspace\\go\\bin\\qtrcc.exe" dir= env= error="exit status 1" func=RunCmdOptional name="failed to create qtrcc symlink in your PATH (C:\\Go\\bin\\qtrcc.exe); please use F:\\Workspace\\go\\bin\\qtrcc.exe instead"
ϵͳ�޷����ļ��Ƶ���ͬ�Ĵ�����������

ERRO[0000] failed to run command                         cmd="cmd /C mklink /H C:\\Go\\bin\\qtmoc.exe F:\\Workspace\\go\\bin\\qtmoc.exe" dir= env= error="exit status 1" func=RunCmdOptional name="failed to create qtmoc symlink in your PATH (C:\\Go\\bin\\qtmoc.exe); please use F:\\Workspace\\go\\bin\\qtmoc.exe instead"
ϵͳ�޷����ļ��Ƶ���ͬ�Ĵ�����������

ERRO[0000] failed to run command                         cmd="cmd /C mklink /H C:\\Go\\bin\\qtminimal.exe F:\\Workspace\\go\\bin\\qtminimal.exe" dir= env= error="exit status 1" func=RunCmdOptional name="failed to create qtminimal symlink in your PATH (C:\\Go\\bin\\qtminimal.exe); please use F:\\Workspace\\go\\bin\\qtminimal.exe instead"
ϵͳ�޷����ļ��Ƶ���ͬ�Ĵ�����������

ERRO[0000] failed to run command                         cmd="cmd /C mklink /H C:\\Go\\bin\\qtdeploy.exe F:\\Workspace\\go\\bin\\qtdeploy.exe" dir= env= error="exit status 1" func=RunCmdOptional name="failed to create qtdeploy symlink in your PATH (C:\\Go\\bin\\qtdeploy.exe); please use F:\\Workspace\\go\\bin\\qtdeploy.exe instead"
ϵͳ�޷����ļ��Ƶ���ͬ�Ĵ�����������

INFO[0000] running: 'qtsetup check windows' [docker=false] [vagrant=false]
INFO[0000] GOOS:                        'windows'
INFO[0000] GOARCH:                      'amd64'
INFO[0000] GOVERSION:                   'go1.10.1'
INFO[0000] GOROOT:                   *  'C:\Go\'
INFO[0000] GOPATH:                   *  'F:\Workspace\go'
INFO[0000] GOBIN:                       'F:\Workspace\go\bin'
INFO[0000] QT_HASH:                     'd0f30a6e4c39e0989b1b00169b66abbca442becf'
INFO[0000] QT_VERSION:                  '5.11.1'
INFO[0000] QT_VERSION_MAJOR:            '5.11.1'
INFO[0000] QT_DIR:                   *  'C:\Qt\Qt5.11.1'
INFO[0000] QT_STUB:                     'false'
INFO[0000] QT_DEBUG:                    'false'
INFO[0000] QT_QMAKE_DIR:                ''
INFO[0000] QT_WEBKIT:                   'false'
INFO[0000] QT_MSYS2:                    'false'
INFO[0000] running: 'qtsetup generate windows' [docker=false] [vagrant=false]
INFO[0006] generating full qt/core
INFO[0013] generating full qt/androidextras
INFO[0013] generating full qt/gui
INFO[0036] generating full qt/network
INFO[0039] generating full qt/xml
INFO[0041] generating full qt/dbus
INFO[0043] generating full qt/nfc
INFO[0044] generating full qt/script
INFO[0046] generating full qt/sensors
INFO[0049] generating full qt/positioning
INFO[0050] generating full qt/widgets
INFO[0071] generating full qt/sql
INFO[0073] generating full qt/qml
INFO[0075] generating full qt/websockets
INFO[0076] generating full qt/xmlpatterns
INFO[0078] generating full qt/bluetooth
INFO[0080] generating full qt/webchannel
INFO[0081] generating full qt/svg
INFO[0083] generating full qt/multimedia
INFO[0089] generating full qt/quick
INFO[0092] generating full qt/help
INFO[0095] generating full qt/location
INFO[0096] generating full qt/scripttools
INFO[0097] generating full qt/uitools
INFO[0099] generating full qt/winextras
INFO[0100] generating full qt/testlib
INFO[0101] generating full qt/serialport
INFO[0102] generating full qt/serialbus
INFO[0104] generating full qt/printsupport
INFO[0106] generating full qt/designer
INFO[0110] generating full qt/scxml
INFO[0112] generating full qt/gamepad
INFO[0113] generating full qt/purchasing
INFO[0114] generating full qt/datavisualization
INFO[0117] generating full qt/charts
INFO[0122] generating full qt/speech
INFO[0123] generating full qt/quickcontrols2
INFO[0124] generating full qt/sailfish
INFO[0124] generating full qt/remoteobjects
INFO[0125] running: 'qtsetup install windows' [docker=false] [vagrant=false]
INFO[0125] installing full qt/core
INFO[0126] installing full qt/androidextras
INFO[0127] installing full qt/gui
INFO[0128] installing full qt/network
INFO[0128] installing full qt/xml
INFO[0129] installing full qt/dbus
INFO[0130] installing full qt/nfc
INFO[0131] installing full qt/script
INFO[0131] installing full qt/sensors
INFO[0132] installing full qt/positioning
INFO[0133] installing full qt/widgets
INFO[0134] installing full qt/sql
INFO[0135] installing full qt/qml
INFO[0136] installing full qt/websockets
INFO[0136] installing full qt/xmlpatterns
INFO[0137] installing full qt/bluetooth
INFO[0138] installing full qt/webchannel
INFO[0138] installing full qt/svg
INFO[0139] installing full qt/multimedia
INFO[0140] installing full qt/quick
INFO[0141] installing full qt/help
INFO[0141] installing full qt/location
INFO[0142] installing full qt/scripttools
INFO[0143] installing full qt/uitools
INFO[0144] installing full qt/winextras
github.com/therecipe/qt
github.com/therecipe/qt/winextras
# github.com/therecipe/qt/winextras
INFO[0151] installing full qt/testlib
INFO[0152] installing full qt/serialport
INFO[0152] installing full qt/serialbus
INFO[0153] installing full qt/printsupport
INFO[0154] installing full qt/designer
INFO[0155] installing full qt/scxml
INFO[0155] installing full qt/gamepad
INFO[0156] installing full qt/purchasing
INFO[0157] installing full qt/datavisualization
INFO[0157] installing full qt/charts
INFO[0158] installing full qt/speech
INFO[0159] installing full qt/quickcontrols2
INFO[0160] installing full qt/sailfish
INFO[0160] installing full qt/remoteobjects
WARN[0161] failed to install:
WARN[0161] winextras
 [36mINFO [0m[0953] running: 'qtsetup test windows' [docker=false] [vagrant=false]
 [36mINFO [0m[0953] testing widgets\line_edits
 [36mINFO [0m[1008] testing widgets\pixel_editor
 [36mINFO [0m[1054] testing widgets\textedit
 [36mINFO [0m[1225] testing qml\application
 [36mINFO [0m[1272] testing qml\drawer_nav_x
 [36mINFO [0m[1334] testing qml\gallery
 [36mINFO [0m[1384] 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, 0)
    // 设置窗口最小尺寸
    window.SetMinimumSize2(400, 200)
    // 设置标题
    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, 0)
    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, 0, 0)
    mainLayout.AddWidget(iconLabel, 0, 0)
    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=99999

 

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

 

2) 运行时内存不足

 

解决方法:

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

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

-Xms512m
-Xmx4096m
-XX:ReservedCodeCacheSize=480m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-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 

posted on 2018-06-25 11:54  wanlifeipeng  阅读(1281)  评论(0编辑  收藏  举报