summaryrefslogtreecommitdiff
path: root/qmake/generators/mac/metrowerks_xml.h
Unidiff
Diffstat (limited to 'qmake/generators/mac/metrowerks_xml.h') (more/less context) (show whitespace changes)
-rw-r--r--qmake/generators/mac/metrowerks_xml.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/qmake/generators/mac/metrowerks_xml.h b/qmake/generators/mac/metrowerks_xml.h
index ae3cfae..0aa3615 100644
--- a/qmake/generators/mac/metrowerks_xml.h
+++ b/qmake/generators/mac/metrowerks_xml.h
@@ -1,16 +1,14 @@
1/**************************************************************************** 1/****************************************************************************
2** $Id$
3** 2**
4** Definition of ________ class.
5** 3**
6** Created : 970521 4** Definition of MetrowerksMakefileGenerator class.
7** 5**
8** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. 6** Copyright (C) 1992-2003 Trolltech AS. All rights reserved.
9** 7**
10** This file is part of the network module of the Qt GUI Toolkit. 8** This file is part of qmake.
11** 9**
12** This file may be distributed under the terms of the Q Public License 10** This file may be distributed under the terms of the Q Public License
13** as defined by Trolltech AS of Norway and appearing in the file 11** as defined by Trolltech AS of Norway and appearing in the file
14** LICENSE.QPL included in the packaging of this file. 12** LICENSE.QPL included in the packaging of this file.
15** 13**
16** This file may be distributed and/or modified under the terms of the 14** This file may be distributed and/or modified under the terms of the
@@ -31,14 +29,15 @@
31** See http://www.trolltech.com/gpl/ for GPL licensing information. 29** See http://www.trolltech.com/gpl/ for GPL licensing information.
32** 30**
33** Contact info@trolltech.com if any conditions of this licensing are 31** Contact info@trolltech.com if any conditions of this licensing are
34** not clear to you. 32** not clear to you.
35** 33**
36**********************************************************************/ 34**********************************************************************/
37#ifndef __METROWERKSMAKE_H__ 35
38#define __METROWERKSMAKE_H__ 36#ifndef __METROWERKS_XML_H__
37#define __METROWERKS_XML_H__
39 38
40#include "makefile.h" 39#include "makefile.h"
41 40
42class MetrowerksMakefileGenerator : public MakefileGenerator 41class MetrowerksMakefileGenerator : public MakefileGenerator
43{ 42{
44 bool createFork(const QString &f); 43 bool createFork(const QString &f);
@@ -47,13 +46,13 @@ class MetrowerksMakefileGenerator : public MakefileGenerator
47 bool init_flag; 46 bool init_flag;
48 47
49 bool writeMakeParts(QTextStream &); 48 bool writeMakeParts(QTextStream &);
50 bool writeSubDirs(QTextStream &); 49 bool writeSubDirs(QTextStream &);
51 50
52 bool writeMakefile(QTextStream &); 51 bool writeMakefile(QTextStream &);
53 QString findTemplate(QString file); 52 QString findTemplate(const QString &file);
54 void init(); 53 void init();
55public: 54public:
56 MetrowerksMakefileGenerator(QMakeProject *p); 55 MetrowerksMakefileGenerator(QMakeProject *p);
57 ~MetrowerksMakefileGenerator(); 56 ~MetrowerksMakefileGenerator();
58 57
59 bool openOutput(QFile &file) const; 58 bool openOutput(QFile &file) const;
@@ -63,7 +62,7 @@ protected:
63 virtual bool doDepends() const { return FALSE; } //never necesary 62 virtual bool doDepends() const { return FALSE; } //never necesary
64}; 63};
65 64
66inline MetrowerksMakefileGenerator::~MetrowerksMakefileGenerator() 65inline MetrowerksMakefileGenerator::~MetrowerksMakefileGenerator()
67{ } 66{ }
68 67
69#endif /* __METROWERKSMAKE_H__ */ 68#endif /* __METROWERKS_XML_H__ */