summaryrefslogtreecommitdiffstats
path: root/config.tests/wayland_scanner/main.cpp
blob: b1f21db258605325bfac2210c8f9a2e21857234e (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: BSD-3-Clause

//If wayland-scanner is available, the following file should exist
#include "wayland-scanner-test-client-protocol.h"

int main()
{
    return 0;
}