summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetup.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-13 13:48:56 (GMT)
committerBrad King <brad.king@kitware.com>2017-11-13 14:54:49 (GMT)
commit27a73f1613a6c45eba3ca0d210564df8cbdac66e (patch)
treedde5d4f859a2fd45097dee63893cb2e053ddd5ac /Source/QtDialog/CMakeSetup.cxx
parent78f5d571e4b07cc71d44c78ff36a335693298ccb (diff)
downloadCMake-27a73f1613a6c45eba3ca0d210564df8cbdac66e.zip
CMake-27a73f1613a6c45eba3ca0d210564df8cbdac66e.tar.gz
CMake-27a73f1613a6c45eba3ca0d210564df8cbdac66e.tar.bz2
cmake-gui: Add build option to use Qt5 windows plugin statically
This will enable builds against a static Qt5 on Windows.
Diffstat (limited to 'Source/QtDialog/CMakeSetup.cxx')
-rw-r--r--Source/QtDialog/CMakeSetup.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx
index ca0b015..bfd43cf 100644
--- a/Source/QtDialog/CMakeSetup.cxx
+++ b/Source/QtDialog/CMakeSetup.cxx
@@ -44,6 +44,10 @@ static void cmAddPluginPath();
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
#endif
+#if defined(USE_QWindowsIntegrationPlugin)
+Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
+#endif
+
int main(int argc, char** argv)
{
cmsys::Encoding::CommandLineArguments encoding_args =