summaryrefslogtreecommitdiffstats
path: root/config.tests/wmsdk/main.cpp
blob: ac8657c1aa1d5d64ca908b7692b4aa51e0d5c170 (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 <wmsdk.h>

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