From 58f39843380de56d0f48ff0a3ef42f5e24a7b8c4 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 1 Dec 2017 13:11:59 -0500 Subject: Update OS-detect.pri Remove the Ubuntu-specific poppler includepath. No longer needed with the change in where the poppler include files are looked for. --- src-qt5/OS-detect.pri | 3 --- 1 file changed, 3 deletions(-) (limited to 'src-qt5/OS-detect.pri') diff --git a/src-qt5/OS-detect.pri b/src-qt5/OS-detect.pri index 3d01ea5f..f7c65d6f 100644 --- a/src-qt5/OS-detect.pri +++ b/src-qt5/OS-detect.pri @@ -81,9 +81,6 @@ isEmpty(OS){ isEmpty(L_ETCDIR){ L_ETCDIR = $${PREFIX}/../etc } isEmpty(L_MANDIR){ L_MANDIR = $${PREFIX}/share/man } } - equals(LINUX_DISTRO,"Ubuntu"){ - INCLUDEPATH *= /usr/include/poppler/qt5 - } }else{ OS="Unknown"; } -- cgit