aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-03-07 16:02:31 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-03-07 15:09:19 +0000
commit73d0821a56527e182c311e59623017fee5d69430 (patch)
treedd5402c6eebaf4fdb786e2889c1e5fa2b8c2c0bc
parentc53708336d2dd3c763967bb4eab64d3eef17bda7 (diff)
pysidetest: Add PySide2 include path
The test includes pyside_global.h which is generated from PySide2/global.h.in and in turn includes PySide2/qpytextobject.h. Task-number: PYSIDE-323 Change-Id: I48a1466bb797ea44c7c6062b2feccd8668f675c1 Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--tests/pysidetest/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pysidetest/CMakeLists.txt b/tests/pysidetest/CMakeLists.txt
index 09534904..46237a31 100644
--- a/tests/pysidetest/CMakeLists.txt
+++ b/tests/pysidetest/CMakeLists.txt
@@ -37,6 +37,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/testbinding/testbinding_module_wrapper.cpp
make_path(testbinding_include_dirs ${pyside2_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../PySide2
${QT_INCLUDE_DIR}
${QT_INCLUDE_DIR}/QtCore
)