Skip to content

Commit 4188b84

Browse files
committed
ENH: Adding PythonQt_QtBindings* files.
1 parent e320e24 commit 4188b84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ set(Core_SOURCES
3838
PythonQtStdIn.cpp
3939
PythonQtStdOut.cpp
4040
PythonQtThreadSupport.cpp
41+
PythonQt_QtBindings.cpp
4142
)
4243

4344
set(Core_PUBLIC_HEADER
@@ -69,6 +70,7 @@ set(Core_PUBLIC_HEADER
6970
PythonQtUtils.h
7071
PythonQtBoolResult.h
7172
PythonQtThreadSupport.h
73+
PythonQt_QtBindings.h
7274
)
7375
target_sources(${PROJECT_NAME} PRIVATE
7476
${Core_SOURCES}

0 commit comments

Comments
 (0)