blob: 8dad73c335c6f2086e8d12e7385a1db2295a4de3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//If wayland-scanner is available, the following file should exist
#include "wayland-scanner-test-client-protocol.h"
int main()
{
return 0;
}
|