From: <sv...@va...> - 2008-06-10 20:12:49
|
Author: cerion Date: 2006-08-15 16:50:51 +0100 (Tue, 15 Aug 2006) New Revision: 416 Log: This one has slipped through for ages! build using config test result of QT_DIR, not env QTDIR! Modified: trunk/valkyrie/Makefile.am Modified: trunk/valkyrie/Makefile.am =================================================================== --- trunk/valkyrie/Makefile.am 2006-07-15 10:14:39 UTC (rev 415) +++ trunk/valkyrie/Makefile.am 2006-08-15 15:50:51 UTC (rev 416) @@ -142,7 +142,7 @@ # Note: if need UIC stuff, see autoqt docs # Compile flags -valkyrie_CXXFLAGS = -pipe -O0 -g -W -Wall -Wno-non-virtual-dtor -Wundef -Wredundant-decls -Wno-unreachable-code -fno-inline -D_REENTRANT -I$(srcdir)/help -I$(srcdir)/core -I$(srcdir)/options -I$(srcdir)/tool_views -I$(srcdir)/tool_utils -I$(srcdir)/../icons -I/usr/X11R6/include -I$(QTDIR)/mkspecs/linux-g++ $(QT_CXXFLAGS) +valkyrie_CXXFLAGS = -pipe -O0 -g -W -Wall -Wno-non-virtual-dtor -Wundef -Wredundant-decls -Wno-unreachable-code -fno-inline -D_REENTRANT -I$(srcdir)/help -I$(srcdir)/core -I$(srcdir)/options -I$(srcdir)/tool_views -I$(srcdir)/tool_utils -I$(srcdir)/../icons -I/usr/X11R6/include -I$(QT_DIR)/mkspecs/linux-g++ $(QT_CXXFLAGS) # Link flags valkyrie_LDADD := $(QT_LIBS) -lfreetype -lm -lpthread |