aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-11-29 13:37:51 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-03-26 11:07:34 +0100
commit081143b52316358a815be089c42b1e970f25dfb4 (patch)
tree16e73ec1ec01f3218af40cdadbf893b88c7e4b1d /src
parent441e85cade40870655d3f6780a8178c7549aca88 (diff)
Remove the use of GENERATE_CPP_EXPORTS argument
The behavior that argument was enabling is the default one now. Task-number: QTBUG-90492 Change-Id: Id71dfcda1e056604e03fb6e32197733eeaf7b328 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
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 010671f1..b17ab545 100644
--- a/src/plugins/hunspell/module/CMakeLists.txt
+++ b/src/plugins/hunspell/module/CMakeLists.txt
@@ -30,7 +30,6 @@ qt_internal_add_qml_module(HunspellInputMethod
Qt::Gui
PUBLIC_LIBRARIES
Qt::VirtualKeyboardPrivate
- GENERATE_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 e6772059..a7ad047a 100644
--- a/src/virtualkeyboard/CMakeLists.txt
+++ b/src/virtualkeyboard/CMakeLists.txt
@@ -81,7 +81,6 @@ qt_internal_add_qml_module(VirtualKeyboard
PRIVATE_MODULE_INTERFACE
Qt::CorePrivate
Qt::GuiPrivate
- GENERATE_CPP_EXPORTS
)
qt_internal_extend_target(VirtualKeyboard CONDITION QT_FEATURE_vkb_desktop