From 250d6269e9f60021d88a574d04941ab342afb632 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 29 Jun 2021 15:27:51 +0200 Subject: Migrate to autogenerated cpp exports Replace the hardcoded cpp exports with a generated one where it's applicable. Task-number: QTBUG-90492 Change-Id: I4af021bf828e05c8d6f3f975befd3b6b2cf63462 Reviewed-by: Alexandru Croitor --- src/labs/animation/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/labs/animation/CMakeLists.txt') diff --git a/src/labs/animation/CMakeLists.txt b/src/labs/animation/CMakeLists.txt index 88e756f3a6..c733a6db23 100644 --- a/src/labs/animation/CMakeLists.txt +++ b/src/labs/animation/CMakeLists.txt @@ -11,4 +11,6 @@ qt_internal_add_qml_module(LabsAnimation PUBLIC_LIBRARIES Qt::QmlPrivate Qt::QuickPrivate + GENERATE_CPP_EXPORTS + GENERATE_PRIVATE_CPP_EXPORTS ) -- cgit v1.2.3