• Leena Miettinen's avatar
    Doc: remove doc config file from Qt WebEngineWidgets submodule · 8318548b
    Leena Miettinen authored
    
    This helps maintaining the doc dependencies.
    
    All Qt WebEngine module docs are now generated in the
    /qtbase/doc/qtwebengine/ folder.
    
    Note that you must run qmake -r for the docs to be generated
    correctly after applying this patch.
    
    Add Qt WebEngine C++ Classes page that lists the C++ classes
    for the submodules.
    
    Modify snippet and example paths accordingly.
    
    Change-Id: I59431c5f766f30b59654ca4e2219b76c79137225
    Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
    8318548b
re2.cpp 1.34 KiB
/****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtWebEngine module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3 as published by the Free Software
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
** $QT_END_LICENSE$
****************************************************************************/
#include <re2/re2.h>
int main(int, char **)
    RE2 re2("dummytest");
    return 0;