Sha256: 6ef6d5564b0f2cd785d17b9c68d0b5ed810ade1d578d38f22824ddcd0ec7372f

Contents?: true

Size: 1.16 KB

Versions: 11

Compression:

Stored size: 1.16 KB

Contents

/*
    Copyright (C) 2009 Arno Rehn <arno@arnorehn.de>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#include <QDir>
#include <QFileInfo>
#include <QList>
#include <QRegExp>
#include <QSet>

#include "options.h"

QFileInfo ParserOptions::definesList;
QList<QFileInfo>ParserOptions:: headerList;
QList<QDir> ParserOptions::includeDirs;
bool ParserOptions::resolveTypedefs = false;
QList<QString> ParserOptions::notToBeResolved;
bool ParserOptions::qtMode = false;
QStringList ParserOptions::dropMacros;

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
rock-qtbindings-4.8.6.5 ext/generator/options.cpp
qtbindings-4.8.6.5 ext/generator/options.cpp
qtbindings-4.8.6.4 ext/generator/options.cpp
qtbindings-4.8.6.2 ext/generator/options.cpp
qtbindings-4.8.6.1 ext/generator/options.cpp
qtbindings-4.8.6.0 ext/generator/options.cpp
qtbindings-4.8.5.2 ext/generator/options.cpp
qtbindings-4.8.5.1 ext/generator/options.cpp
qtbindings-4.8.5.0 ext/generator/options.cpp
qtbindings-4.8.3.0-x86-mingw32 ext/generator/options.cpp
qtbindings-4.8.3.0 ext/generator/options.cpp