Description: Fix FTCBFS, uses the wrong pkg-config
Last-Update: 2019-02-11
Author: Helmut Grohne <helmut@subdivi.de>
--- a/texmaker.pro
+++ b/texmaker.pro
@@ -1151,7 +1151,7 @@
 DEFINES += AUTHORIZE_LINUX_QSTYLES
 }

-LIBS += $$system(pkg-config --libs synctex)
+LIBS += $$system($$pkgConfigExecutable() --libs synctex)

 target.path = $${PREFIX}/bin
 utilities.path = $${PREFIX}/share/texmaker
