summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_target_typelibs_non_existing_libs/main.cpp
blob: f8fbf0028c2793c0eec8ebf2753e6501d66c46d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include "ieframe.h"

int main(int argc, char *argv[])
{
    SHDocVw::WebBrowser* webBrowser = new SHDocVw::WebBrowser;
    delete webBrowser;
    return 0;
}