Bug 273573 - mingw-w64 Qt build uses old-style Win95 GUI elements
Summary: mingw-w64 Qt build uses old-style Win95 GUI elements
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: buildsystem (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 18:04 UTC by vanboxem.ruben
Modified: 2012-02-23 14:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vanboxem.ruben 2011-05-18 18:04:57 UTC
Version:           4.5 (using KDE 4.5.4) 
OS:                MS Windows

When configuring Qt with mingw-w64, you should add -qt-style-windowsxp -qt-style-windowsvista" to the configure command so that all apps have the normal platform widgets. This is needed because Qt's configure does not detect the presence of the necessary headers automatically. These options allow the parts needed to be built, and produces a Qt library with nice widgets instead of stale old grey things.


Reproducible: Always
Comment 1 Patrick Spendrin 2012-02-22 22:37:28 UTC
Ok, we will adapt our builds asap.
Comment 2 Patrick Spendrin 2012-02-23 14:32:21 UTC
ok, seems as if our builds already contain this.