diff options
author | Timothy Pearson <[email protected]> | 2015-03-05 20:59:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-03-05 20:59:01 -0600 |
commit | dfb87398c72e9248aa709ae212e6ab7f2209003d (patch) | |
tree | 52422e7b6774fcc503d7c701cb2c77fa016386e8 /Makefile | |
parent | 891a448afad4ab1f09bfb0cfee71652975bd7687 (diff) | |
download | tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip |
Automated update from Qt3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ # -*- makefile -*- # -# Main Makefile for building the Qt library, examples and tutorial. +# Main Makefile for building the TQt library, examples and tutorial. SHELL=/bin/sh @@ -13,9 +13,9 @@ install: FORCE all: symlinks src-qmake src-moc sub-src sub-tools sub-tutorial sub-examples @echo - @echo "The Qt library is now built in ./lib" - @echo "The Qt examples are built in the directories in ./examples" - @echo "The Qt tutorials are built in the directories in ./tutorial" + @echo "The TQt library is now built in ./lib" + @echo "The TQt examples are built in the directories in ./examples" + @echo "The TQt tutorials are built in the directories in ./tutorial" @echo @echo "Enjoy! - the Trolltech team" @echo @@ -110,7 +110,7 @@ confclean: .qmake.cache: @echo - @echo ' Qt must first be configured using the "configure" script.' + @echo ' TQt must first be configured using the "configure" script.' @echo @test ! /bin/true |