diff options
author | Timothy Pearson <[email protected]> | 2012-06-19 20:17:26 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-19 20:17:26 -0500 |
commit | 29caa6b308905c7335c143e4f3dfcc46ab7f3633 (patch) | |
tree | 2855f1fb38e274ee1ac4617755aa7b4de307cd23 /specs/win32-watcom | |
parent | 0cc2bc20418e6a80b3f2ff48c2e53e72f1b47a25 (diff) | |
download | sip4-tqt-29caa6b308905c7335c143e4f3dfcc46ab7f3633.tar.gz sip4-tqt-29caa6b308905c7335c143e4f3dfcc46ab7f3633.zip |
Fix FTBFS
Diffstat (limited to 'specs/win32-watcom')
-rw-r--r-- | specs/win32-watcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/win32-watcom b/specs/win32-watcom index 770bb02..e97649e 100644 --- a/specs/win32-watcom +++ b/specs/win32-watcom @@ -53,7 +53,7 @@ QMAKE_LIBS_QT_ENTRY = %QTDIR%\lib\qtmain.lib QMAKE_LIBS_OPENGL = opengl32.lib QMAKE_MOC = $(QTDIR)/bin/tqmoc.exe -QMAKE_UIC = $(QTDIR)/bin/uic.exe +QMAKE_UIC = $(QTDIR)/bin/tquic.exe QMAKE_IDC = $(QTDIR)/bin/idc.exe QMAKE_LIB = wlib -b -c -n -q -p=512 |