summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/install_depends/test_file.cpp
blob: 2a582f81fb7302d85f9adb0feb84d78be59e7e8c (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


#include "test_file.h"

SomeObject::SomeObject() : QObject()
{
}