Ver Fonte

Fix remote debugger on windows.

We need to ship an extra resources file for PMP in order to get it to
work. This file is not bundled by wininstallqt so we manually copy it
over.
Tobias Hieta há 8 anos atrás
pai
commit
20c7e15425
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/CMakeLists.txt

+ 1 - 0
src/CMakeLists.txt

@@ -132,6 +132,7 @@ endif()
 add_resources(TARGET ${MAIN_TARGET} SOURCES ${CMAKE_BINARY_DIR}/web-client DEST ${RESOURCE_ROOT}/web-client)
 if(NOT APPLE)
   install(DIRECTORY ${CMAKE_BINARY_DIR}/web-client DESTINATION ${INSTALL_RESOURCE_DIR})
+  install(FILES ${QTROOT}/resources/qtwebengine_devtools_resources.pak DESTINATION resources)
 endif()
 
 if(XCODE)