summaryrefslogtreecommitdiffstats
path: root/src/common-lib/architecture.h
blob: 38d646a273d8dab9b17e140658381aa2006a11e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef ARCHITECTURE_H
#define ARCHITECTURE_H

#include <QtAppManCommon/global.h>
#include <QtCore/QVariantMap>

QT_FORWARD_DECLARE_CLASS(QQmlEngine)

QT_BEGIN_NAMESPACE_AM

namespace Architecture {

QString identify(const QString &fileName);

}

QT_END_NAMESPACE_AM

#endif // ARCHITECTURE_H