diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-19 20:17:26 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-19 20:17:26 -0500 |
commit | 29caa6b308905c7335c143e4f3dfcc46ab7f3633 (patch) | |
tree | 2855f1fb38e274ee1ac4617755aa7b4de307cd23 /specs/hpux-cc | |
parent | 0cc2bc20418e6a80b3f2ff48c2e53e72f1b47a25 (diff) | |
download | sip4-tqt-29caa6b308905c7335c143e4f3dfcc46ab7f3633.tar.gz sip4-tqt-29caa6b308905c7335c143e4f3dfcc46ab7f3633.zip |
Fix FTBFS
Diffstat (limited to 'specs/hpux-cc')
-rw-r--r-- | specs/hpux-cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/hpux-cc b/specs/hpux-cc index c2897d8..8fd5c7e 100644 --- a/specs/hpux-cc +++ b/specs/hpux-cc @@ -84,7 +84,7 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/uic +QMAKE_UIC = $(QTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = |