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
282
282
src/PythonQtPythonInclude.h
283
283
generated_cpp${generated_cpp_suffix}/PythonQt_QtBindings.h
284
284
)
285
+ set (headers_gui
286
+ src/gui/PythonQtScriptingConsole.h
287
+ )
285
288
286
289
#-----------------------------------------------------------------------------
287
290
# Headers that should run through moc
@@ -355,6 +358,7 @@ install(TARGETS PythonQt
355
358
LIBRARY DESTINATION ${PythonQt_INSTALL_LIBRARY_DIR}
356
359
ARCHIVE DESTINATION ${PythonQt_INSTALL_ARCHIVE_DIR} )
357
360
install (FILES ${headers} DESTINATION ${PythonQt_INSTALL_INCLUDE_DIR} )
361
+ install (FILES ${headers_gui} DESTINATION ${PythonQt_INSTALL_INCLUDE_DIR} /gui )
358
362
359
363
#-----------------------------------------------------------------------------
360
364
# Testing
You can’t perform that action at this time.
0 commit comments