diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
| commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
| tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /qmake/Makefile.win32-g++ | |
| parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
| download | tqt-0e787fb7.tar.gz tqt-0e787fb7.zip | |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qmake/Makefile.win32-g++')
| -rw-r--r-- | qmake/Makefile.win32-g++ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qmake/Makefile.win32-g++ b/qmake/Makefile.win32-g++ index d700023b1..f2ef722b2 100644 --- a/qmake/Makefile.win32-g++ +++ b/qmake/Makefile.win32-g++ @@ -23,7 +23,7 @@ QTOBJS=tqstring.o quuid.o tqtextstream.o tqiodevice.o qglobal.o qgdict.o tqcstri qgarray.o tqbuffer.o qglist.o tqptrcollection.o tqfile.o tqfile_win.o tqregexp.o qgvector.o \ qgcache.o tqbitarray.o tqdir.o tqfileinfo_win.o tqdir_win.o tqfileinfo.o tqdatetime.o \ tqstringlist.o tqmap.o qlibrary.o qlibrary_win.o qconfig.o tqsettings.o tqsettings_win.o qunicodetables.o \ - qlocale.o + tqlocale.o @@ -70,8 +70,8 @@ tqcstring.o: ..\src\tools\tqcstring.cpp tqstring.o: ..\src\tools\tqstring.cpp $(CXX) $(CXXFLAGS) ..\src\tools\tqstring.cpp -qlocale.o: ..\src\tools\qlocale.cpp - $(CXX) $(CXXFLAGS) ..\src\tools\qlocale.cpp +tqlocale.o: ..\src\tools\tqlocale.cpp + $(CXX) $(CXXFLAGS) ..\src\tools\tqlocale.cpp quuid.o: ..\src\tools\quuid.cpp $(CXX) $(CXXFLAGS) ..\src\tools\quuid.cpp |
