Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
20c7e15425
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)