As the linker is telling you, you are missing the "pcre" library. Qt's regular expression classes depend on this. It looks like you are building on a linux platform, so I can't tell you where this library might be found. Maybe it is in your Qt distribution, maybe you need to install it. In any case, the path and library need to be added to the LIBS line in your .pro file.
Bookmarks