Explorar o código

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 %!s(int64=8) %!d(string=hai) anos
pai
achega
20c7e15425
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)