aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-21 08:28:18 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-21 09:47:19 +0100
commitd28fdab1fc7410739f131b980e15f82fffe92a7e (patch)
treee276f8a996b32cab80c142f413aa80fea6c97e5e
parent5c540f92e510082d0eaef97487420880503dbbfb (diff)
Fix toplevel CMake build
Move signature_p.h one level up next to signature.h so that it is found in the same relative location independent of whether it was installed. This also makes it visible for Qt Creator. Pick-to: 6.2 Fixes: PYSIDE-1862 Change-Id: I9c7ebda6a6e521efb6841b3dd453dbd1941f312b Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--sources/shiboken6/libshiboken/CMakeLists.txt2
-rw-r--r--sources/shiboken6/libshiboken/signature_p.h (renamed from sources/shiboken6/libshiboken/signature/signature_p.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/libshiboken/CMakeLists.txt b/sources/shiboken6/libshiboken/CMakeLists.txt
index bca0c0902..c65dcdb44 100644
--- a/sources/shiboken6/libshiboken/CMakeLists.txt
+++ b/sources/shiboken6/libshiboken/CMakeLists.txt
@@ -171,7 +171,7 @@ install(FILES
"${CMAKE_CURRENT_BINARY_DIR}/sbkversion.h"
signature.h
- signature/signature_p.h
+ signature_p.h
DESTINATION include/shiboken6${shiboken6_SUFFIX})
install(TARGETS libshiboken EXPORT Shiboken6Targets
diff --git a/sources/shiboken6/libshiboken/signature/signature_p.h b/sources/shiboken6/libshiboken/signature_p.h
index 898ad9a3b..898ad9a3b 100644
--- a/sources/shiboken6/libshiboken/signature/signature_p.h
+++ b/sources/shiboken6/libshiboken/signature_p.h