summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/findMocs/main.cpp
blob: 2123fca958762a0eef08ce1a018d7dd7f3fcc577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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 <moc_object1.cpp>
#include <moc_object2.cpp>
#include <moc_object3.cpp>
#include     "object4.h"
#include <moc_object5.cpp>
#include <moc_object6.cpp>
#include <moc_object7.cpp>
#include     "object8.h"
#include <moc_object9.cpp>

int main() { return 0; }