Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Talk:Building a static Qt for Windows using MinGW: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The correct environment path data in the section 'Command line' must be updated. I didn't know all the exact data. ~~~~") |
m (default directory) |
||
Line 1: | Line 1: | ||
The correct environment path data in the section 'Command line' must be updated. I didn't know all the exact data. | The correct environment path data in the section 'Command line' must be updated. I didn't know all the exact data. | ||
[[User:Peter|Peter]] ([[User talk:Peter|talk]]) 09:42, 8 July 2015 (UTC) | [[User:Peter|Peter]] ([[User talk:Peter|talk]]) 09:42, 8 July 2015 (UTC) | ||
:Actually the current script will try to get 5.3.1 if not given other version number. I just finished building static Qt with some custom configurations. Default Directory would be: $QtStaticDir\$QtVersion, which would default (w/ 5.5) C:\Qt\5.5. Source will be extracted default to $QtStaticDir\src [[User:NetZwerg|NetZwerg]] ([[User talk:NetZwerg|talk]]) 11:15, 8 July 2015 (UTC) |
Revision as of 11:15, 8 July 2015
The correct environment path data in the section 'Command line' must be updated. I didn't know all the exact data. Peter (talk) 09:42, 8 July 2015 (UTC)
- Actually the current script will try to get 5.3.1 if not given other version number. I just finished building static Qt with some custom configurations. Default Directory would be: $QtStaticDir\$QtVersion, which would default (w/ 5.5) C:\Qt\5.5. Source will be extracted default to $QtStaticDir\src NetZwerg (talk) 11:15, 8 July 2015 (UTC)