fork
Configure Feed
Select the types of activity you want to include in your feed.
lol
fork
Configure Feed
Select the types of activity you want to include in your feed.
1diff -uNr diffpdf-2.1.3/diffpdf.pro diffpdf-2.1.3-new/diffpdf.pro
2--- diffpdf-2.1.3/diffpdf.pro 2013-10-15 09:01:22.000000000 +0200
3+++ diffpdf-2.1.3-new/diffpdf.pro 2015-07-07 23:13:36.445572148 +0200
4@@ -47,9 +47,9 @@
5 INCLUDEPATH += /c/poppler_lib/include/poppler/qt4
6 LIBS += -Wl,-rpath -Wl,/c/poppler_lib/bin -Wl,-L/c/poppler_lib/bin
7 } else {
8- exists(/usr/include/poppler/qt4) {
9- INCLUDEPATH += /usr/include/poppler/cpp
10- INCLUDEPATH += /usr/include/poppler/qt4
11+ exists(@@NIX_POPPLER_QT4@@/include/poppler/qt4) {
12+ INCLUDEPATH += @@NIX_POPPLER_QT4@@/include/poppler/cpp
13+ INCLUDEPATH += @@NIX_POPPLER_QT4@@/include/poppler/qt4
14 } else {
15 INCLUDEPATH += /usr/local/include/poppler/cpp
16 INCLUDEPATH += /usr/local/include/poppler/qt4