Skip to content

Commit e35f62f

Browse files
jcfrjamesobutler
authored andcommitted
cmake: Add missing source file
1 parent a9c5173 commit e35f62f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ set(sources
204204
src/PythonQtStdDecorators.cpp
205205
src/PythonQtStdIn.cpp
206206
src/PythonQtStdOut.cpp
207+
src/PythonQtThreadSupport.cpp
207208
src/gui/PythonQtScriptingConsole.cpp
208209

209210
generated_cpp${generated_cpp_suffix}/PythonQt_QtBindings.cpp
@@ -241,6 +242,7 @@ set(headers
241242
src/PythonQtStdIn.h
242243
src/PythonQtStdOut.h
243244
src/PythonQtSystem.h
245+
src/PythonQtThreadSupport.h
244246
src/PythonQtUtils.h
245247
src/PythonQtVariants.h
246248
src/PythonQtPythonInclude.h

0 commit comments

Comments
 (0)