summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideo/qmlvideo/qmlvideo_global.h
blob: 8df5b5b641eeb9833e563c0619798a2747805e9a (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#include <QtCore/QtGlobal>

#if defined(QMLVIDEO_LIB)
#define QMLVIDEO_LIB_EXPORT Q_DECL_EXPORT
#else
#define QMLVIDEO_LIB_EXPORT Q_DECL_IMPORT
#endif