diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 |
| commit | 587657561bb870d457a188a80bc0ce918ef5a0bd (patch) | |
| tree | baed0c3b38c4d11389c96c686967160a1b3027cd /qmake/generators/makefile.h | |
| parent | 4161606c301841f973f0319f46e6853c4a3fe906 (diff) | |
| download | tqt-58765756.tar.gz tqt-58765756.zip | |
Rename moc to tqmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qmake/generators/makefile.h')
| -rw-r--r-- | qmake/generators/makefile.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qmake/generators/makefile.h b/qmake/generators/makefile.h index 763b57abe..c91acf79a 100644 --- a/qmake/generators/makefile.h +++ b/qmake/generators/makefile.h @@ -51,7 +51,7 @@ class MakefileGenerator { TQString spec; - bool init_opath_already, init_already, moc_aware, no_io; + bool init_opath_already, init_already, tqmoc_aware, no_io; TQStringList createObjectList(const TQString &var); TQString build_args(); TQString dependencyKey(const TQString &file) const; @@ -95,8 +95,8 @@ protected: void setNoIO(bool o); bool noIO() const; - void setMocAware(bool o); - bool mocAware() const; + void setTQMocAware(bool o); + bool tqmocAware() const; void logicWarn(const TQString &, const TQString &); virtual bool doDepends() const { return Option::mkfile::do_deps; } @@ -164,11 +164,11 @@ inline TQString MakefileGenerator::findMocDestination(const TQString &src_file) return TQString(""); } -inline void MakefileGenerator::setMocAware(bool o) -{ moc_aware = o; } +inline void MakefileGenerator::setTQMocAware(bool o) +{ tqmoc_aware = o; } -inline bool MakefileGenerator::mocAware() const -{ return moc_aware; } +inline bool MakefileGenerator::tqmocAware() const +{ return tqmoc_aware; } inline void MakefileGenerator::setNoIO(bool o) { no_io = o; } |
