diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-24 06:57:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-24 06:57:52 +0000 |
commit | 29f54b8fc455a93eef3cbf3ae6c1bb193ea75704 (patch) | |
tree | 8179ac346399aeb5f110d51753244e4548342552 /bin | |
parent | 19e9b839cf36cf05a15e3c9972acea98a775629f (diff) | |
download | ATCD-29f54b8fc455a93eef3cbf3ae6c1bb193ea75704.tar.gz |
ChangeLogTag: Mon Oct 24 06:57:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/MakeProjectCreator/config/ace_qt.mpb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/ace_qt.mpb b/bin/MakeProjectCreator/config/ace_qt.mpb index 6c199111514..86f6c4de4c3 100644 --- a/bin/MakeProjectCreator/config/ace_qt.mpb +++ b/bin/MakeProjectCreator/config/ace_qt.mpb @@ -9,4 +9,8 @@ project: qt { LIBS += $(PLATFORM_QT_LIBS) LDFLAGS += $(PLATFORM_QT_LDFLAGS) } + specific(vc6, vc7, vc71, vc8, nmake) { + lit_libs -= qt-mt230nc + pure_libs += $(PLATFORM_QT_LIBS) + } } |