File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,9 @@ set(headers
282282 src/PythonQtPythonInclude.h
283283 generated_cpp${generated_cpp_suffix} /PythonQt_QtBindings.h
284284)
285+ set (headers_gui
286+ src/gui/PythonQtScriptingConsole.h
287+ )
285288
286289#-----------------------------------------------------------------------------
287290# Headers that should run through moc
@@ -355,6 +358,7 @@ install(TARGETS PythonQt
355358 LIBRARY DESTINATION ${PythonQt_INSTALL_LIBRARY_DIR}
356359 ARCHIVE DESTINATION ${PythonQt_INSTALL_ARCHIVE_DIR} )
357360install (FILES ${headers} DESTINATION ${PythonQt_INSTALL_INCLUDE_DIR} )
361+ install (FILES ${headers_gui} DESTINATION ${PythonQt_INSTALL_INCLUDE_DIR} /gui)
358362
359363#-----------------------------------------------------------------------------
360364# Testing
You can’t perform that action at this time.
0 commit comments