From f592fdd0ce9c40041b61ae84f12b8c03047b4434 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 16 Nov 2004 10:15:47 +0000 Subject: [PATCH] Fix a problem with images: rebuild INSTALL wizard after compiling qt statically with system image libraries support --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a51450e..daf8539 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ YACCFLAGS= -d INCPATH = -I$(QTDIR)/include -I$(QTDIR)/mkspecs/default LINK = g++ LFLAGS = -LIBS = $(SUBLIBS) -Wl,-rpath,$(QTDIR)/lib -L$(QTDIR)/lib -L/usr/X11R6/lib -ldl -lXinerama -lSM -lqt-mt -lXext -lX11 -lm -lpthread -lXrender -lXinerama -lGL +LIBS = $(SUBLIBS) -Wl,-rpath,$(QTDIR)/lib -L$(QTDIR)/lib -L/usr/X11R6/lib -ldl -lXinerama -lSM -lqt-mt -lXext -lX11 -lm -lpthread -lXrender -lXinerama -lGL -lpng -lmng -ljpeg AR = ar cqs RANLIB = MOC = $(QTDIR)/bin/moc -- 2.39.2