From 503597ba3274f59cd68347f11926340ec4f33471 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Sun, 10 May 2015 01:28:20 -0400 Subject: [PATCH] Ensure "PythonQtUtils.h" is installed when building using CMake The file "PythonQtUtils.h" has been added in r251 (started qt5 port) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index acfc8eaf..3d3e378a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,6 +157,7 @@ set(headers src/PythonQtStdIn.h src/PythonQtStdOut.h src/PythonQtSystem.h + src/PythonQtUtils.h src/PythonQtVariants.h src/PythonQtPythonInclude.h generated_cpp${generated_cpp_suffix}/PythonQt_QtBindings.h