Resolved issue #838. Qt GUI theme on Windows looks old-fashioned.
--HG-- branch : develop
This commit is contained in:
parent
e7d0208c47
commit
627aa6dd70
|
@ -396,6 +396,14 @@ win32:*g++* {
|
||||||
package_printsupport.files += $$[QT_INSTALL_PLUGINS]/printsupport/windowsprintersupport.dll
|
package_printsupport.files += $$[QT_INSTALL_PLUGINS]/printsupport/windowsprintersupport.dll
|
||||||
INSTALLS += package_printsupport
|
INSTALLS += package_printsupport
|
||||||
|
|
||||||
|
# Since 5.10, platform styles such as QWindowsVistaStyle, QMacStyle, etc., are no longer embedded in the QtWidgets
|
||||||
|
# library.
|
||||||
|
greaterThan(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 9) {
|
||||||
|
package_styles.path = $${OUT_PWD}/../../../package/valentina/styles
|
||||||
|
package_styles.files += $$[QT_INSTALL_PLUGINS]/styles/qwindowsvistastyle.dll
|
||||||
|
INSTALLS += package_styles
|
||||||
|
}
|
||||||
|
|
||||||
noWindowsInstaller{ # For enable run qmake with CONFIG+=noWindowsInstaller
|
noWindowsInstaller{ # For enable run qmake with CONFIG+=noWindowsInstaller
|
||||||
#do nothing
|
#do nothing
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user