We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00879e1 commit c909303Copy full SHA for c909303
1 file changed
qtfred/CMakeLists.txt
@@ -105,6 +105,7 @@ add_custom_command(
105
COMMAND ${CMAKE_COMMAND} -E env
106
"QT_QPA_PLATFORM=offscreen"
107
"LD_LIBRARY_PATH=${_QTFRED_QT_LIBS}"
108
+ "QT_DEBUG_PLUGINS=1"
109
"${QHELPGENERATOR_EXECUTABLE}" "${QTFRED_HELP_QHP}" -o "${QTFRED_HELP_QCH}"
110
DEPENDS ${QTFRED_HELP_SOURCES}
111
COMMENT "Compiling QtFRED help (qtfred_help.qch)"
0 commit comments