summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-04-08 17:38:42 (GMT)
committerBrad King <brad.king@kitware.com>2019-04-08 17:38:42 (GMT)
commitdff61585f3ed3973b52db9a90493f132d809677c (patch)
treeda15890eb6d4039d5f9d7f1614def84b79fd1ced /Source
parent30f68934e90ddc5fbf523b56ba1ae6199e49466b (diff)
parentfce03306ee995894f6f835ca4340cfa34ce9184b (diff)
downloadCMake-dff61585f3ed3973b52db9a90493f132d809677c.zip
CMake-dff61585f3ed3973b52db9a90493f132d809677c.tar.gz
CMake-dff61585f3ed3973b52db9a90493f132d809677c.tar.bz2
Merge branch 'backport-cmake-gui-windows-theme' into release-3.14
Merge-request: !3205
Diffstat (limited to 'Source')
-rw-r--r--Source/QtDialog/CMakeSetup.cxx3
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)