aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-03-07 16:48:00 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-03-08 10:12:01 +0000
commit410625902876c747623dbbc55da72da15e17712c (patch)
tree457ab9d759a64d978f70c52133de1bc171f6fc4e
parent73d0821a56527e182c311e59623017fee5d69430 (diff)
pysidetest: Add further missing include paths
The tests also needs QApplication and headers from libpyside. Amends 73d0821a56527e182c311e59623017fee5d69430 Task-number: PYSIDE-323 Change-Id: If59c88ffc57d73f4228df0c691c84265db52b841 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--tests/pysidetest/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pysidetest/CMakeLists.txt b/tests/pysidetest/CMakeLists.txt
index 46237a31..0768b9c4 100644
--- a/tests/pysidetest/CMakeLists.txt
+++ b/tests/pysidetest/CMakeLists.txt
@@ -38,8 +38,11 @@ ${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
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../libpyside
${QT_INCLUDE_DIR}
${QT_INCLUDE_DIR}/QtCore
+ ${QT_INCLUDE_DIR}/QtGui
+ ${QT_INCLUDE_DIR}/QtWidgets
)
make_path(testbinding_typesystem_path ${CMAKE_CURRENT_SOURCE_DIR}