1

i can't compile project with qt creator, this throw the next error

:-1: error: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib/libtmxparser.a(TmxLayer.o): undefined reference to symbol 'uncompress'

/usr/lib/libz.so:-1: error: error adding symbols: DSO missing from command line

but i added the libraries to .pro file

LIBS += -lsfml-graphics -lsfml-window -lsfml-system -ltinyxml -lz -ltmxparser

i can compile this project with makefile but no with qt creator and qmake

4

0 回答 0