From 94ae6e45e2feb38481c554f0e19a24a3311ecfb5 Mon Sep 17 00:00:00 2001 From: Michiel Brentjens <brentjens@astron.nl> Date: Fri, 12 Dec 2003 14:40:19 +0000 Subject: [PATCH] %[PR: 54]% Changed -lqt to -lqt-mt variants.dop41: moved to qt3 instead of qt2 --- autoconf_share/lofar_qt.m4 | 2 +- autoconf_share/variants.dop41 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconf_share/lofar_qt.m4 b/autoconf_share/lofar_qt.m4 index b1bd00b5fd2..3dcaf4625ea 100644 --- a/autoconf_share/lofar_qt.m4 +++ b/autoconf_share/lofar_qt.m4 @@ -72,7 +72,7 @@ AC_CHECK_FILE([$qt_prefix/include/qt.h], QT_CPPFLAGS="-I$QT_PATH/include" QT_LDFLAGS="-L$QT_PATH/lib" - QT_LIBS="-lqt" + QT_LIBS="-lqt-mt" CPPFLAGS="$CPPFLAGS $QT_CPPFLAGS" LDFLAGS="$LDFLAGS $QT_LDFLAGS" diff --git a/autoconf_share/variants.dop41 b/autoconf_share/variants.dop41 index fe82af7fd44..70b168b4408 100644 --- a/autoconf_share/variants.dop41 +++ b/autoconf_share/variants.dop41 @@ -1,5 +1,5 @@ gnu3.compiler.conf: CXX=//dop41_0/brentjens/usr/bin/g++ --with-cppflags="-Wno-deprecated" -gnu3.compiler.aipspp.var: --with-blitz=/dop41_0/brentjens/usr/blitz/gnu3 --with-threads --with-qt=/dop41_0/brentjens/usr/ +gnu3.compiler.aipspp.var: --with-blitz=/usr/local --with-threads --with-qt=/usr/lib/qt3 if debugnt.variant.conf: $(aipspp) -- GitLab