12 lines
483 B
Diff
12 lines
483 B
Diff
--- a/src/gui/CMakeLists.txt
|
|
+++ b/src/gui/CMakeLists.txt
|
|
@@ -109,7 +10915,7 @@
|
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/)
|
|
endif()
|
|
|
|
-if(WIN32 AND NOT CMAKE_CROSSCOMPILING AND NOT DEFINED USE_STATIC_QT)
|
|
+if(MSVC AND NOT CMAKE_CROSSCOMPILING AND NOT DEFINED USE_STATIC_QT)
|
|
include(WinDeployQt)
|
|
WinDeployQt(TARGET nvim-qt COMPILER_RUNTIME INCLUDE_MODULES ${QTLIBS} EXCLUDE_MODULES webkit webkit2)
|
|
install(DIRECTORY ${PROJECT_BINARY_DIR}/windeployqt/
|