From eefadcef3733bfcf370f67d844dd890fdaeb17a4 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 22 Jun 2017 16:19:29 +0200 Subject: Fix text case of QtMacExtras wrapper cpp file name This is probably the reason for the build failures in the CI because the filesystem there is case sensitive. Change-Id: I9f3cafbc8f1d29a0974229d466fbd22ec2b91491 Reviewed-by: Christian Tismer Reviewed-by: Friedemann Kleint --- sources/pyside2/PySide2/QtMacExtras/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside2/PySide2') diff --git a/sources/pyside2/PySide2/QtMacExtras/CMakeLists.txt b/sources/pyside2/PySide2/QtMacExtras/CMakeLists.txt index a98f18e69..b23b20c5f 100644 --- a/sources/pyside2/PySide2/QtMacExtras/CMakeLists.txt +++ b/sources/pyside2/PySide2/QtMacExtras/CMakeLists.txt @@ -6,7 +6,7 @@ ${QtMacExtras_GEN_DIR}/qmactoolbar_wrapper.cpp ${QtMacExtras_GEN_DIR}/qmactoolbaritem_wrapper.cpp # module is always needed -${QtMacExtras_GEN_DIR}/QtMacExtras_module_wrapper.cpp +${QtMacExtras_GEN_DIR}/qtmacextras_module_wrapper.cpp ) make_path(QtMacExtras_typesystem_path ${QtMacExtras_SOURCE_DIR} -- cgit v1.2.3