Setting QT Env on mac ( Opensource .ver) with go
2020. 1. 2. 15:21ㆍEtc/경험담
https://github.com/therecipe/qt/wiki/Installation
2. Install QT by online qt installer
3. Install Go Lang with go binding
4. Install Visual Studio Code
5. Install Go Extension in VS.
6. Install QML Extension in VS.
Variable | Default | Type | Note |
QT_DIR | $HOME/Qt | String | should point to the root dir of your Qt installation; can also be temporary set by using the -qt_dir flag |
QT_VERSION | 5.13.0 | String | can be used to link against a specific Qt version; can also be temporary set by using the -qt_version flag |
QT_API | 5.13.0 | String | can be used to generate code for a specific Qt version; can also be temporary set by using the -qt_api flag |
8. Execute Command `qtsetup`
USER:~ user$ qtsetup
반응형
'Etc > 경험담' 카테고리의 다른 글
Kotlin ServerRequest Session Scope, Request Scope (0) | 2020.07.02 |
---|---|
UML 작성시 (0) | 2020.01.16 |
[APK] Unsigned APK to Signed APK (0) | 2016.08.11 |
[Node.js] 설치 및 NPM 설치 (0) | 2016.07.23 |
[aws,php,git] www-data 를 이용하여 git command 사용하기. (4) | 2016.06.15 |