Eneboo - Documentación para desarrolladores
|
00001 /**************************************************************************** 00002 ** $Id: qt/mwerks_mac.h 3.3.8 edited Jan 11 14:38 $ 00003 ** 00004 ** ... 00005 ** 00006 ** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved. 00007 ** 00008 ** This file is part of the Qt GUI Toolkit. 00009 ** 00010 ** This file may be distributed and/or modified under the terms of the 00011 ** GNU General Public License version 2 as published by the Free Software 00012 ** Foundation and appearing in the file LICENSE.GPL included in the 00013 ** packaging of this file. 00014 ** 00015 ** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition 00016 ** licenses for Macintosh may use this file in accordance with the Qt Commercial 00017 ** License Agreement provided with the Software. 00018 ** 00019 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00020 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00021 ** 00022 ** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for 00023 ** information about Qt Commercial License Agreements. 00024 ** See http://www.trolltech.com/gpl/ for GPL licensing information. 00025 ** 00026 ** Contact info@trolltech.com if any conditions of this licensing are 00027 ** not clear to you. 00028 ** 00029 **********************************************************************/ 00030 00031 #ifndef MWERKS_MAC_H 00032 #define MWERKS_MAC_H 00033 00034 #include "qglobal.h" 00035 #ifdef Q_OS_MAC 00036 00037 #ifdef Q_OS_MAC9 00038 //these don't belong here, need a way to access this outside .h files 00039 # define QT_NO_CODECS 00040 # define MOC_MWERKS_PLUGIN 00041 #endif 00042 #define macintosh 00043 00044 /*make moc a plugin*/ 00045 enum moc_status { 00046 moc_success = 1, 00047 moc_parse_error = 2, 00048 moc_no_qobject = 3, 00049 moc_not_time = 4, 00050 moc_no_source = 5, 00051 moc_general_error = 6 00052 }; 00053 00054 //get the qt mac9 stuff 00055 #ifdef Q_OS_MAC9 00056 # include "qt_mac9.h" 00057 #endif 00058 00059 #endif 00060 #endif