Commit: c830cff0a669d50469c43c4afdecaae6ca7cd642 Trac URL: http://developer.wz2100.net/changeset/c830cff0a669d50469c43c4afdecaae6ca7cd642
Author: Per Inge Mathisen <[email protected]> Date: Sat Oct 30 17:44:30 2010 +0200 Try to fix compile error if Qt is not in default path. src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9f69dfa..200ecfb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ force-linker.cpp: AM_CPPFLAGS = -DYY_NO_INPUT $(PHYSFS_CFLAGS) $(PNG_CFLAGS) $(OGGVORBIS_CFLAGS) $(OPENAL_CFLAGS) $(OPENGLC_CFLAGS) $(OPENGL_CFLAGS) $(WZ_CPPFLAGS) $(GLee_CFLAGS) AM_CFLAGS = $(WZ_CFLAGS) -AM_CXXFLAGS = $(WZ_CXXFLAGS) +AM_CXXFLAGS = $(WZ_CXXFLAGS) $(QT4_CFLAGS) AM_LFLAGS = $(FLEX_FLAGS) AM_YFLAGS = -d ------------------------- ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Warzone2100-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/warzone2100-commits
