Skip to content

Commit 6066a76

Browse files
committed
Install PythonQtScriptingConsole.h
1 parent b85ef8a commit 6066a76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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})
357360
install(FILES ${headers} DESTINATION ${PythonQt_INSTALL_INCLUDE_DIR})
361+
install(FILES ${headers_gui} DESTINATION ${PythonQt_INSTALL_INCLUDE_DIR}/gui)
358362

359363
#-----------------------------------------------------------------------------
360364
# Testing

0 commit comments

Comments
 (0)