Do not compile qslint for mingw32 (not sure why though).

master
Per Inge Mathisen 2012-02-19 21:30:39 +01:00
parent 8e87d3e1c0
commit 21288e825c
1 changed files with 3 additions and 2 deletions

View File

@ -3,12 +3,13 @@ AM_CFLAGS = -g
BUILT_SOURCES = maplist.txt modellist.txt jslist.txt
if !MINGW32
bin_PROGRAMS = qslint
check_PROGRAMS = maptest modeltest qtscripttest
qslint_SOURCES = qslint.cpp lint.cpp
qslint_LDADD = $(PHYSFS_LIBS) $(QT4_LIBS)
endif
check_PROGRAMS = maptest modeltest qtscripttest
qtscripttest_SOURCES = qtscripttest.cpp lint.cpp
qtscripttest_LDADD = $(PHYSFS_LIBS) $(QT4_LIBS)