aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/pysidetest/CMakeLists.txt1
-rw-r--r--tests/pysidetest/pysidetest_global.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/pysidetest/CMakeLists.txt b/tests/pysidetest/CMakeLists.txt
index 0d9f4811f..5126198cf 100644
--- a/tests/pysidetest/CMakeLists.txt
+++ b/tests/pysidetest/CMakeLists.txt
@@ -38,6 +38,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/testbinding/testbinding_module_wrapper.cpp
make_path(testbinding_include_dirs ${pyside2_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${QT_INCLUDE_DIR}
+ ${QT_INCLUDE_DIR}/QtCore
)
make_path(testbinding_typesystem_path ${CMAKE_CURRENT_SOURCE_DIR}
diff --git a/tests/pysidetest/pysidetest_global.h b/tests/pysidetest/pysidetest_global.h
index bad6e8e2a..b089bdc26 100644
--- a/tests/pysidetest/pysidetest_global.h
+++ b/tests/pysidetest/pysidetest_global.h
@@ -1,5 +1,5 @@
// PySide global.h file
-#include "pyside_global.h"
+#include "pyside2_global.h"
#include "testobject.h"
#include "testview.h"
#define PYSIDE_API