aboutsummaryrefslogtreecommitdiffstats
path: root/VsQml/vsqml_global.h
blob: ae6982890d22e5d844c08e49ab26d069ee648ca9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#ifndef BUILD_STATIC
# if defined(VSQML_LIB)
#  define VSQML_EXPORT __declspec(dllexport)
# else
#  define VSQML_EXPORT __declspec(dllimport)
# endif
#else
# define VSQML_EXPORT
#endif