6f0c88f6c3
due to modularization, svg and activeqt do not belong here any more. note that concurrent and dbus are staying for the time being, because being part of qtbase and configure lacking support to switch them off, this is the only way to disable the modules. Change-Id: Idbc0d2f7db23f7e797fc301ab1136f69f9049b27 Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
236 lines
5.5 KiB
C
236 lines
5.5 KiB
C
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
|
|
** Contact: http://www.qt-project.org/legal
|
|
**
|
|
** This file is part of the QtCore module of the Qt Toolkit.
|
|
**
|
|
** $QT_BEGIN_LICENSE:LGPL$
|
|
** 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 Digia. For licensing terms and
|
|
** conditions see http://qt.digia.com/licensing. For further information
|
|
** use the contact form at http://qt.digia.com/contact-us.
|
|
**
|
|
** GNU Lesser General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
** General Public License version 2.1 as published by the Free Software
|
|
** Foundation and appearing in the file LICENSE.LGPL included in the
|
|
** packaging of this file. Please review the following information to
|
|
** ensure the GNU Lesser General Public License version 2.1 requirements
|
|
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
|
**
|
|
** In addition, as a special exception, Digia gives you certain additional
|
|
** rights. These rights are described in the Digia Qt LGPL Exception
|
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
** General Public License version 3.0 as published by the Free Software
|
|
** Foundation and appearing in the file LICENSE.GPL included in the
|
|
** packaging of this file. Please review the following information to
|
|
** ensure the GNU General Public License version 3.0 requirements will be
|
|
** met: http://www.gnu.org/copyleft/gpl.html.
|
|
**
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
****************************************************************************/
|
|
|
|
#if 0
|
|
#pragma qt_sync_stop_processing
|
|
#endif
|
|
|
|
#define QT_FONTS_ARE_RESOURCES
|
|
|
|
/* Data structures */
|
|
#ifndef QT_NO_TEXTDATE
|
|
# define QT_NO_TEXTDATE
|
|
#endif
|
|
#ifndef QT_NO_DATESTRING
|
|
# define QT_NO_DATESTRING
|
|
#endif
|
|
|
|
/* Dialogs */
|
|
#ifndef QT_NO_FILEDIALOG
|
|
# define QT_NO_FILEDIALOG
|
|
#endif
|
|
#ifndef QT_NO_PRINTDIALOG
|
|
# define QT_NO_PRINTDIALOG
|
|
#endif
|
|
#ifndef QT_NO_PRINTPREVIEWDIALOG
|
|
# define QT_NO_PRINTPREVIEWDIALOG
|
|
#endif
|
|
|
|
|
|
/* File I/O */
|
|
#ifndef QT_NO_DOM
|
|
# define QT_NO_DOM
|
|
#endif
|
|
#ifndef QT_NO_FILESYSTEMWATCHER
|
|
# define QT_NO_FILESYSTEMWATCHER
|
|
#endif
|
|
#ifndef QT_NO_FILESYSTEMMODEL
|
|
# define QT_NO_FILESYSTEMMODEL
|
|
#endif
|
|
#ifndef QT_NO_FILESYSTEMMODEL
|
|
# define QT_NO_FILESYSTEMMODEL
|
|
#endif
|
|
#ifndef QT_NO_PROCESS
|
|
# define QT_NO_PROCESS
|
|
#endif
|
|
#ifndef QT_NO_TEMPORARYFILE
|
|
# define QT_NO_TEMPORARYFILE
|
|
#endif
|
|
#ifndef QT_NO_SETTINGS
|
|
# define QT_NO_SETTINGS
|
|
#endif
|
|
#ifndef QT_NO_LIBRARY
|
|
# define QT_NO_LIBRARY
|
|
#endif
|
|
|
|
/* Images */
|
|
#ifndef QT_NO_IMAGEFORMATPLUGIN
|
|
# define QT_NO_IMAGEFORMATPLUGIN
|
|
#endif
|
|
#ifndef QT_NO_IMAGE_HEURISTIC_MASK
|
|
# define QT_NO_IMAGE_HEURISTIC_MASK
|
|
#endif
|
|
#ifndef QT_NO_MOVIE
|
|
# define QT_NO_MOVIE
|
|
#endif
|
|
|
|
/* Internationalization */
|
|
#ifndef QT_NO_BIG_CODECS
|
|
# define QT_NO_BIG_CODECS
|
|
#endif
|
|
#ifndef QT_NO_TEXTCODEC
|
|
# define QT_NO_TEXTCODEC
|
|
#endif
|
|
#ifndef QT_NO_CODECS
|
|
# define QT_NO_CODECS
|
|
#endif
|
|
#ifndef QT_NO_TRANSLATION
|
|
# define QT_NO_TRANSLATION
|
|
#endif
|
|
|
|
/* ItemViews */
|
|
|
|
#ifndef QT_NO_DIRMODEL
|
|
# define QT_NO_DIRMODEL
|
|
#endif
|
|
|
|
/* Kernel */
|
|
#ifndef QT_NO_CLIPBOARD
|
|
# define QT_NO_CLIPBOARD
|
|
#endif
|
|
#ifndef QT_NO_CSSPARSER
|
|
# define QT_NO_CSSPARSER
|
|
#endif
|
|
#ifndef QT_NO_CURSOR
|
|
# define QT_NO_CURSOR
|
|
#endif
|
|
#ifndef QT_NO_DRAGANDDROP
|
|
# define QT_NO_DRAGANDDROP
|
|
#endif
|
|
#ifndef QT_NO_EFFECTS
|
|
# define QT_NO_EFFECTS
|
|
#endif
|
|
#ifndef QT_NO_SESSIONMANAGER
|
|
# define QT_NO_SESSIONMANAGER
|
|
#endif
|
|
#ifndef QT_NO_SHAREDMEMORY
|
|
# define QT_NO_SHAREDMEMORY
|
|
#endif
|
|
#ifndef QT_NO_SYSTEMLOCALE
|
|
# define QT_NO_SYSTEMSEMAPHORE
|
|
#endif
|
|
#ifndef QT_NO_SYSTEMSEMAPHORE
|
|
# define QT_NO_SYSTEMSEMAPHORE
|
|
#endif
|
|
#ifndef QT_NO_TABLETEVENT
|
|
# define QT_NO_TABLETEVENT
|
|
#endif
|
|
#ifndef QT_NO_CRASHHANDLER
|
|
# define QT_NO_CRASHHANDLER
|
|
#endif
|
|
#ifndef QT_NO_CONCURRENT
|
|
# define QT_NO_CONCURRENT
|
|
#endif
|
|
#ifndef QT_NO_XMLSTREAM
|
|
# define QT_NO_XMLSTREAM
|
|
#endif
|
|
#ifndef QT_NO_XMLSTREAMREADER
|
|
# define QT_NO_XMLSTREAMREADER
|
|
#endif
|
|
#ifndef QT_NO_XMLSTREAMWRITER
|
|
# define QT_NO_XMLSTREAMWRITER
|
|
#endif
|
|
|
|
/* Networking */
|
|
#ifndef QT_NO_HTTP
|
|
# define QT_NO_HTTP
|
|
#endif
|
|
#ifndef QT_NO_NETWORKPROXY
|
|
# define QT_NO_NETWORKPROXY
|
|
#endif
|
|
#ifndef QT_NO_SOCKS5
|
|
# define QT_NO_SOCKS5
|
|
#endif
|
|
#ifndef QT_NO_UDPSOCKET
|
|
# define QT_NO_UDPSOCKET
|
|
#endif
|
|
#ifndef QT_NO_FTP
|
|
# define QT_NO_FTP
|
|
#endif
|
|
|
|
/* Painting */
|
|
#ifndef QT_NO_COLORNAMES
|
|
# define QT_NO_COLORNAMES
|
|
#endif
|
|
#ifndef QT_NO_PAINT_DEBUG
|
|
# define QT_NO_PAINT_DEBUG
|
|
#endif
|
|
#ifndef QT_NO_PICTURE
|
|
# define QT_NO_PICTURE
|
|
#endif
|
|
#ifndef QT_NO_PRINTER
|
|
# define QT_NO_PRINTER
|
|
#endif
|
|
#ifndef QT_NO_CUPS
|
|
# define QT_NO_CUPS
|
|
#endif
|
|
|
|
/* Styles */
|
|
#ifndef QT_NO_STYLE_STYLESHEET
|
|
# define QT_NO_STYLE_STYLESHEET
|
|
#endif
|
|
#ifndef QT_NO_STYLE_WINDOWSCE
|
|
# define QT_NO_STYLE_WINDOWSCE
|
|
#endif
|
|
#ifndef QT_NO_STYLE_WINDOWSMOBILE
|
|
# define QT_NO_STYLE_WINDOWSMOBILE
|
|
#endif
|
|
#ifndef QT_NO_STYLE_WINDOWSVISTA
|
|
# define QT_NO_STYLE_WINDOWSVISTA
|
|
#endif
|
|
#ifndef QT_NO_STYLE_WINDOWSXP
|
|
# define QT_NO_STYLE_WINDOWSXP
|
|
#endif
|
|
|
|
/* Utilities */
|
|
#ifndef QT_NO_ACCESSIBILITY
|
|
# define QT_NO_ACCESSIBILITY
|
|
#endif
|
|
#ifndef QT_NO_COMPLETER
|
|
# define QT_NO_COMPLETER
|
|
#endif
|
|
#ifndef QT_NO_DESKTOPSERVICES
|
|
# define QT_NO_DESKTOPSERVICES
|
|
#endif
|
|
#ifndef QT_NO_SYSTEMTRAYICON
|
|
# define QT_NO_SYSTEMTRAYICON
|
|
#endif
|