瀏覽代碼

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 年之前
父節點
當前提交
20c7e15425
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)