From: vsr Date: Tue, 16 Nov 2004 10:15:47 +0000 (+0000) Subject: Fix a problem with images: rebuild INSTALL wizard after compiling qt statically with... X-Git-Tag: before_merge_from_SALOME2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f592fdd0ce9c40041b61ae84f12b8c03047b4434;p=tools%2Finstall.git Fix a problem with images: rebuild INSTALL wizard after compiling qt statically with system image libraries support --- 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