소스 검색

Add verbose option to windeployqt - what's going on with SSL?

Tobias Hieta 9 년 전
부모
커밋
16fa0ecc8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeModules/CompleteBundleWin.cmake.in

+ 1 - 1
CMakeModules/CompleteBundleWin.cmake.in

@@ -1,4 +1,4 @@
-execute_process(COMMAND @QTROOT@/bin/windeployqt.exe --qmldir @SOURCE_ROOT@/src/ui ${CMAKE_INSTALL_PREFIX}/PlexMediaPlayer.exe)
+execute_process(COMMAND @QTROOT@/bin/windeployqt.exe --verbose 9 --qmldir @SOURCE_ROOT@/src/ui ${CMAKE_INSTALL_PREFIX}/PlexMediaPlayer.exe)
 
 # on windows windeployqt doesnt install non qt libraries, let cmake do that
 include(BundleUtilities)