summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_interface_link_libraries/main.cpp
blob: 7d4ca031dbfad39b7820327b2f218dba7fa147ef (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Stephen Kelly <stephen.kelly@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "somelib.h"

int main(int,char**)
{
    SomeObject so;
    return so.value();
}