Skip to content

Commit 503597b

Browse files
committed
Ensure "PythonQtUtils.h" is installed when building using CMake
The file "PythonQtUtils.h" has been added in r251 (started qt5 port)
1 parent 990cfab commit 503597b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ set(headers
157157
src/PythonQtStdIn.h
158158
src/PythonQtStdOut.h
159159
src/PythonQtSystem.h
160+
src/PythonQtUtils.h
160161
src/PythonQtVariants.h
161162
src/PythonQtPythonInclude.h
162163
generated_cpp${generated_cpp_suffix}/PythonQt_QtBindings.h

0 commit comments

Comments
 (0)