Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- agile
- Book
- comic agile
- history
- Book review
- Italy
- Programming
- MySQL
- Malaysia
- hadoop
- management
- Software Engineering
- Spain
- program
- France
- Kuala Lumpur
- Python
- essay
- QT
- programming_book
- leadership
- erlang
- web
- RFID
- Java
- Linux
- hbase
- ubuntu
- django
- psychology
Archives
- Today
- Total
Qt 설치 본문
download URL: http://trolltech.com/downloads/opensource
사용 버전: Qt Open Source Edition for C++ Developers: Windows Download
- MinGW가 필요하므로 미리 설치하거나(http://www.mingw.org), 아니면 설치시 옵션 선택을 통해 같이 설치해야 한다
- 설치 경로에 공백을 허용하지 않아 Program Files에 설치할 수가 없었다(default c:\Qt\4.4.0)
- 설치 후 환경 변수 설정의 Path 부분에 설치 경로의 bin directory 추가
- cmd 창에서 qmake를 입력했을 때 정상 동작을 하면 끝
Comments