diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
commit | be01f8c8e3e09a1c71165640ab722df948c4dfbb (patch) | |
tree | 58d900e8952a66580c86f7ae3a9255c1eeac09e9 /mkspecs/macx-pbuilder | |
parent | c489c62c1713924c29e560cd2ebd36b006c14a11 (diff) | |
download | tqt3-feat/tqmake.tar.gz tqt3-feat/tqmake.zip |
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mkspecs/macx-pbuilder')
-rw-r--r-- | mkspecs/macx-pbuilder/Info.plist.app | 4 | ||||
-rw-r--r-- | mkspecs/macx-pbuilder/tqmake.conf (renamed from mkspecs/macx-pbuilder/qmake.conf) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mkspecs/macx-pbuilder/Info.plist.app b/mkspecs/macx-pbuilder/Info.plist.app index 4da07e998..422c54baa 100644 --- a/mkspecs/macx-pbuilder/Info.plist.app +++ b/mkspecs/macx-pbuilder/Info.plist.app @@ -7,12 +7,12 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleGetInfoString</key> - <string>Created by Qt/QMake</string> + <string>Created by TQt/TQMake</string> <key>CFBundleSignature</key> <string>ttxt</string> <key>CFBundleExecutable</key> <string>@EXECUTABLE@</string> <key>NOTE</key> - <string>Please, do NOT change this file -- It was generated by Qt/QMake.</string> + <string>Please, do NOT change this file -- It was generated by TQt/TQMake.</string> </dict> </plist> diff --git a/mkspecs/macx-pbuilder/qmake.conf b/mkspecs/macx-pbuilder/tqmake.conf index 0699a9c2e..0747ed962 100644 --- a/mkspecs/macx-pbuilder/qmake.conf +++ b/mkspecs/macx-pbuilder/tqmake.conf @@ -1,6 +1,6 @@ # # -# qmake configuration for macx-pbuilder (Mac OS X + Project Builder) +# tqmake configuration for macx-pbuilder (Mac OS X + Project Builder) # MAKEFILE_GENERATOR = PROJECTBUILDER |