diff options
author | Brad King <brad.king@kitware.com> | 2019-04-08 17:30:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-04-08 17:30:26 (GMT) |
commit | a53c3f03bc0f659f326810af31b094dfde4a98e5 (patch) | |
tree | a5b96044e76ba10cdcd67f02b9154d2dd8b6d7c7 /Source/QtDialog | |
parent | 7e60e77c3c2a09eb11750616db50d2dc149a9c54 (diff) | |
parent | fce03306ee995894f6f835ca4340cfa34ce9184b (diff) | |
download | CMake-a53c3f03bc0f659f326810af31b094dfde4a98e5.zip CMake-a53c3f03bc0f659f326810af31b094dfde4a98e5.tar.gz CMake-a53c3f03bc0f659f326810af31b094dfde4a98e5.tar.bz2 |
Merge branch 'backport-cmake-gui-windows-theme'
Diffstat (limited to 'Source/QtDialog')
-rw-r--r-- | Source/QtDialog/CMakeSetup.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx index cd30ad5..8d9a50c 100644 --- a/Source/QtDialog/CMakeSetup.cxx +++ b/Source/QtDialog/CMakeSetup.cxx @@ -48,6 +48,9 @@ Q_IMPORT_PLUGIN(QXcbIntegrationPlugin); #if defined(USE_QWindowsIntegrationPlugin) Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin); +# if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0) +Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin); +# endif #endif int main(int argc, char** argv) |