diff options
Diffstat (limited to 'src/qt.pro')
-rw-r--r-- | src/qt.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt.pro b/src/qt.pro index d35364259..7bde5587e 100644 --- a/src/qt.pro +++ b/src/qt.pro @@ -1,4 +1,4 @@ -# Qt project file +# TQt project file TEMPLATE = lib TARGET = qt embedded:TARGET = qte @@ -14,7 +14,7 @@ win32:!shared:CONFIG += staticlib win32-borland { mng:QMAKE_CFLAGS_WARN_ON += -w-par mng:QMAKE_CXXFLAGS_WARN_ON += -w-par - # Keep the size of the .tds file for the Qt library smaller than + # Keep the size of the .tds file for the TQt library smaller than # 34 Mbytes to avoid linking problems QMAKE_CFLAGS_DEBUG += -vi -y- QMAKE_CXXFLAGS_DEBUG += -vi -y- |