Skip to content

Commit e1b00df

Browse files
committed
COMP: Add PythonQt_QtBindings.cpp form patch-9 branch.
1 parent 707c1c2 commit e1b00df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ endif()
1717
# explicitly set the source files the same as from
1818
# src.pri
1919
set(Core_SOURCES
20+
PythonQt_QtBindings.cpp
2021
gui/PythonQtScriptingConsole.cpp
2122
PythonQt.cpp
2223
PythonQtBoolResult.cpp
@@ -47,6 +48,7 @@ target_sources(${PROJECT_NAME} PRIVATE
4748
unset(Core_SOURCES)
4849

4950
set(Core_PUBLIC_HEADER
51+
PythonQt_QtBindings.h
5052
PythonQt.h
5153
PythonQtStdDecorators.h
5254
PythonQtClassInfo.h
@@ -178,4 +180,4 @@ install(FILES
178180
install(FILES
179181
${Core_PUBLIC_HEADER}
180182
DESTINATION ${CMAKE_INSTALL_PREFIX}/${PythonQt_INSTALL_INCLUDE_DIR}
181-
)
183+
)

0 commit comments

Comments
 (0)