aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-11-23 14:40:11 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-01-15 07:54:52 +0100
commit3f334363be100d5d4f719a76710db6a0f27f9927 (patch)
treeb65f6279fbfd72d20286549d0a29668738302140 /src
parent81a51a9de3569807f3534b5f6bd866e894fb1352 (diff)
Remove the use of GENERATE_PRIVATE_CPP_EXPORTS
Task-number: QTBUG-117983 Change-Id: I76971f6df74a93910ac790e765d7fd82a803e133 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/hunspell/module/CMakeLists.txt1
-rw-r--r--src/virtualkeyboard/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/hunspell/module/CMakeLists.txt b/src/plugins/hunspell/module/CMakeLists.txt
index 5c6d231f..010671f1 100644
--- a/src/plugins/hunspell/module/CMakeLists.txt
+++ b/src/plugins/hunspell/module/CMakeLists.txt
@@ -31,7 +31,6 @@ qt_internal_add_qml_module(HunspellInputMethod
PUBLIC_LIBRARIES
Qt::VirtualKeyboardPrivate
GENERATE_CPP_EXPORTS
- GENERATE_PRIVATE_CPP_EXPORTS
)
qt_internal_extend_target(HunspellInputMethod CONDITION QT_FEATURE_system_hunspell
diff --git a/src/virtualkeyboard/CMakeLists.txt b/src/virtualkeyboard/CMakeLists.txt
index 76708b8c..e6772059 100644
--- a/src/virtualkeyboard/CMakeLists.txt
+++ b/src/virtualkeyboard/CMakeLists.txt
@@ -82,7 +82,6 @@ qt_internal_add_qml_module(VirtualKeyboard
Qt::CorePrivate
Qt::GuiPrivate
GENERATE_CPP_EXPORTS
- GENERATE_PRIVATE_CPP_EXPORTS
)
qt_internal_extend_target(VirtualKeyboard CONDITION QT_FEATURE_vkb_desktop