We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85ef8a commit 6066a76Copy full SHA for 6066a76
CMakeLists.txt
@@ -282,6 +282,9 @@ set(headers
282
src/PythonQtPythonInclude.h
283
generated_cpp${generated_cpp_suffix}/PythonQt_QtBindings.h
284
)
285
+set(headers_gui
286
+ src/gui/PythonQtScriptingConsole.h
287
+)
288
289
#-----------------------------------------------------------------------------
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)
362
363
364
# Testing
0 commit comments