mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
fix compilation of check_filetools
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28161 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5701383b40
commit
1b913ff871
@ -132,14 +132,14 @@ check_PROGRAMS = \
|
|||||||
check_filetools \
|
check_filetools \
|
||||||
check_lstrings
|
check_lstrings
|
||||||
|
|
||||||
check_convert_LDADD = liblyxsupport.a \
|
check_convert_LDADD = liblyxsupport.a $(BOOST_LIBS) $(QT4_CORE_LIB)
|
||||||
$(BOOST_LIBS) $(QT4_CORE_LIB)
|
|
||||||
check_convert_LDFLAGS = $(QT4_CORE_LDFLAGS)
|
check_convert_LDFLAGS = $(QT4_CORE_LDFLAGS)
|
||||||
check_convert_SOURCES = \
|
check_convert_SOURCES = \
|
||||||
tests/check_convert.cpp \
|
tests/check_convert.cpp \
|
||||||
tests/boost.cpp
|
tests/boost.cpp
|
||||||
|
|
||||||
check_filetools_LDADD = liblyxsupport.a $(BOOST_LIBS)
|
check_filetools_LDADD = liblyxsupport.a $(BOOST_LIBS) $(QT4_CORE_LIB)
|
||||||
|
check_filetools_LDFLAGS = $(QT4_CORE_LDFLAGS)
|
||||||
check_filetools_SOURCES = \
|
check_filetools_SOURCES = \
|
||||||
tests/check_filetools.cpp \
|
tests/check_filetools.cpp \
|
||||||
tests/boost.cpp
|
tests/boost.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user