diff options
Diffstat (limited to 'mkspecs/win32-watcom/qmake.conf')
-rw-r--r-- | mkspecs/win32-watcom/qmake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/win32-watcom/qmake.conf b/mkspecs/win32-watcom/qmake.conf index db5b935e8..a04fb6365 100644 --- a/mkspecs/win32-watcom/qmake.conf +++ b/mkspecs/win32-watcom/qmake.conf @@ -51,8 +51,8 @@ QMAKE_LIBS_QT_ENTRY = %QTDIR%\lib\qtmain.lib QMAKE_LIBS_OPENGL = opengl32.lib -QMAKE_MOC = $(QTDIR)/bin/moc.exe -QMAKE_UIC = $(QTDIR)/bin/uic.exe +QMAKE_MOC = $(QTDIR)/bin/tqmoc.exe +QMAKE_UIC = $(QTDIR)/bin/tquic.exe QMAKE_IDC = $(QTDIR)/bin/idc.exe QMAKE_LIB = wlib -b -c -n -q -p=512 |