Description: Use synctex provided by libsynctex-dev
Author: Sebastian Ramacher <sramacher@debian.org>
Last-Update: Fri, 11 Mar 2022 07:16:51 +0100

--- a/pdfviewerwidget.h
+++ b/pdfviewerwidget.h
@@ -39,7 +39,7 @@
 
 #include "qpdfdocument.h"
 #include "documentview.h"
-#include "synctex_parser.h"
+#include <synctex/synctex_parser.h>
 #include "minisplitter.h"
 
 
--- a/texmaker.pro
+++ b/texmaker.pro
@@ -114,10 +114,6 @@ HEADERS	+= texmaker.h \
 	textblockselection.h \
 	scandialog.h \
 	exportdialog.h \
-	synctex_parser.h \
-	synctex_parser_utils.h \
-	synctex_version.h \
-	synctex_parser_advanced.h \
 	usertagslistwidget.h \
 	addtagdialog.h \
 	versiondialog.h \
@@ -556,8 +552,6 @@ SOURCES	+= main.cpp \
 	texdocdialog.cpp \
 	scandialog.cpp \
 	exportdialog.cpp \
-	synctex_parser.c \
-	synctex_parser_utils.c \
 	usertagslistwidget.cpp \
 	addtagdialog.cpp \
 	versiondialog.cpp \
--- a/pdfviewer.h
+++ b/pdfviewer.h
@@ -38,7 +38,7 @@
 
 #include "qpdfdocument.h"
 #include "documentview.h"
-#include "synctex_parser.h"
+#include <synctex/synctex_parser.h>
 
 
 
