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/darwin-g++ | |
parent | 0cc2bc20418e6a80b3f2ff48c2e53e72f1b47a25 (diff) | |
download | sip4-tqt-29caa6b308905c7335c143e4f3dfcc46ab7f3633.tar.gz sip4-tqt-29caa6b308905c7335c143e4f3dfcc46ab7f3633.zip |
Fix FTBFS
Diffstat (limited to 'specs/darwin-g++')
-rw-r--r-- | specs/darwin-g++ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/darwin-g++ b/specs/darwin-g++ index 51b811e..347fde7 100644 --- a/specs/darwin-g++ +++ b/specs/darwin-g++ @@ -70,7 +70,7 @@ QMAKE_LIBS_OPENGL_QT = -lGL QMAKE_LIBS_THREAD = QMAKE_MOC = $$[QT_INSTALL_BINS]/tqmoc -QMAKE_UIC = $$[QT_INSTALL_BINS]/uic +QMAKE_UIC = $$[QT_INSTALL_BINS]/tquic QMAKE_AR = ar cq QMAKE_RANLIB = ranlib -s |