Description: Link cppcheck-gui with the system tinyxml
Author: Joachim Reichel <reichel@debian.org>

--- cppcheck-1.70.orig/gui/gui.pro
+++ cppcheck-1.70/gui/gui.pro
@@ -14,7 +14,7 @@ contains(LINKCORE, [yY][eE][sS]) {
     LIBS += -l../bin/cppcheck-core
     DEFINES += CPPCHECKLIB_IMPORT
 }
-LIBS += -L$$PWD/../externals
+LIBS += -ltinyxml2
 
 DESTDIR = .
 RCC_DIR = temp
