Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
diana:windows:building:qt [2009-12-18 14:34:27] dages |
diana:windows:building:qt [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | + | ||
- | Download the appropriate source tarball (4.4.3) from http:// | + | |
- | + | ||
- | $ ./configure -platform win32-g++ | + | |
- | + | ||
- | Type '' | + | |
- | + | ||
- | **XXX unfinished** | + | |
- | + | ||
- | ===== XXX old ===== | + | |
Download the sources from http:// | Download the sources from http:// | ||
Line 27: | Line 17: | ||
__declspec(dllimport) long __stdcall InterlockedExchangeAdd(volatile long *, long); | __declspec(dllimport) long __stdcall InterlockedExchangeAdd(volatile long *, long); | ||
} | } | ||
+ | |||
+ | There is another bug which can not easily be fixed: when saving PNG files, Qt seems to invert the colors on transparent layers. | ||
+ | |||
+ | **NOTE: both bugs have been fixed in 4.5.3** | ||
+ | |||
+ | ===== License ===== | ||
+ | |||
+ | met.no has a commercial license. | ||
+ |