aboutsummaryrefslogtreecommitdiffstats
path: root/src/licheck/dummy_licheck.cpp
blob: e38c627fb6869509f22cbef8dd0a40ff0cc686c7 (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright (C) 2022 The Qt Company Ltd.
 *
 * SPDX-License-Identifier: GPL-3.0-only WITH Qt-GPL-exception-1.0
*/

// Dummy replacement for legacy licheck to have
// Qt5 qmake satisfied with return value of '0'
int main(int argc, char *argv[]) {
    return 0;
}