summaryrefslogtreecommitdiff
path: root/config/qt.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-10-22 13:56:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-10-22 13:56:14 +0000
commitcb0dbc3ebcd96c789dbd590604923718ffac0b76 (patch)
treecae7f31bc7637b564ff328ee6f243495120e4b4a /config/qt.mpb
parent6d938b3204d2fe047096426c7a3ac4477b3fbd75 (diff)
downloadMPC-cb0dbc3ebcd96c789dbd590604923718ffac0b76.tar.gz
ChangeLogTag: Fri Oct 22 08:55:56 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/qt.mpb')
-rw-r--r--config/qt.mpb8
1 files changed, 3 insertions, 5 deletions
diff --git a/config/qt.mpb b/config/qt.mpb
index 5517597a..414a1de9 100644
--- a/config/qt.mpb
+++ b/config/qt.mpb
@@ -6,13 +6,11 @@ project {
libpaths += $(QTDIR)/lib
macros += QT_THREAD_SUPPORT
- specific(cbx, borland, bmake, nmake, em3, vc6, vc7, vc71, vc8) {
- lit_libs += qt-mt230nc
- }
-
// @@ Notice: If you are building with Cygwin, you may need to manually
// change the following Qt library to qt-mt230nc.
- specific(gnuace, make, sle) {
+ specific(gnuace, make, sle, automake, ghs) {
lit_libs += qt-mt
+ } else {
+ lit_libs += qt-mt230nc
}
}