Browse Source

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

Tobias Hieta 9 years ago
parent
commit
16fa0ecc8a
1 changed files with 1 additions and 1 deletions
  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)