From b7b8fcf0fcfd469eb2c4e3623a8e971bc02c54c1 Mon Sep 17 00:00:00 2001 From: dockes Date: Sat, 15 Apr 2006 17:15:01 +0000 Subject: [PATCH] small aix tweaks --- src/qtgui/main.cpp | 4 ++-- src/query/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qtgui/main.cpp b/src/qtgui/main.cpp index e4bc8cf3..0c8d6e37 100644 --- a/src/qtgui/main.cpp +++ b/src/qtgui/main.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: main.cpp,v 1.40 2006-04-05 12:50:42 dockes Exp $ (C) 2005 J.F.Dockes"; +static char rcsid[] = "@(#$Id: main.cpp,v 1.41 2006-04-15 17:15:01 dockes Exp $ (C) 2005 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -219,7 +219,7 @@ int main( int argc, char ** argv ) startindexing = 1; switch (QMessageBox:: -#if (QT_VERSION < 0x030200) +#if (QT_VERSION >= 0x030200) question #else information diff --git a/src/query/Makefile b/src/query/Makefile index a24da0fa..faedfcc4 100644 --- a/src/query/Makefile +++ b/src/query/Makefile @@ -9,7 +9,7 @@ SRCS = xadump.cpp .cpp.o : $(CXX) -c $(ALL_CXXFLAGS) -o $@ $< -XADUMP_OBJS= xadump.o $(BIGLIB) +XADUMP_OBJS= xadump.o $(BIGLIB) ../bincimapmime/libmime.a xadump : $(XADUMP_OBJS) $(CXX) $(ALL_CXXFLAGS) -o xadump $(XADUMP_OBJS) \ $(LIBICONV) $(LIBXAPIAN) $(LIBSYS)