summaryrefslogtreecommitdiffstats
path: root/config.tests/evr/main.cpp
blob: 4ffde6cec3944e09ca37b32c5405865c33bdd0e3 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include <evr.h>

int main(int, char**)
{
    return 0;
}