Pārlūkot izejas kodu

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 8 gadi atpakaļ
vecāks
revīzija
20c7e15425
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)