diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-22 03:12:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-22 03:12:38 -0600 |
commit | 7d27356bafd5670adcc8753ab5437b3bf8ffa4be (patch) | |
tree | 959eb3757b9dc41290c81c022e45c955573e9a59 /specs/win32-g++ | |
parent | 6c4cc3653e8dd7668295f3e659b7eb4dc571b67c (diff) | |
download | sip4-tqt-7d27356b.tar.gz sip4-tqt-7d27356b.zip |
Initial TQt conversion
Diffstat (limited to 'specs/win32-g++')
-rw-r--r-- | specs/win32-g++ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/win32-g++ b/specs/win32-g++ index 0c45103..1e2d259 100644 --- a/specs/win32-g++ +++ b/specs/win32-g++ @@ -86,7 +86,7 @@ isEqual(MINGW_IN_SHELL, 1) { QMAKE_MKDIR = mkdir QMAKE_DEL_DIR = rmdir } -QMAKE_MOC = $$[QT_INSTALL_BINS]$${DIR_SEPARATOR}moc.exe +QMAKE_TQMOC = $$[QT_INSTALL_BINS]$${DIR_SEPARATOR}tqmoc.exe QMAKE_UIC = $$[QT_INSTALL_BINS]$${DIR_SEPARATOR}uic.exe QMAKE_IDC = $$[QT_INSTALL_BINS]$${DIR_SEPARATOR}idc.exe |