Skip to content

Commit

Permalink
Remove opencv from Qt builds > 4
Browse files Browse the repository at this point in the history
  • Loading branch information
baumgarr committed Aug 13, 2016
1 parent 01b53ef commit b39feb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions NixNote2.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ greaterThan(QT_MAJOR_VERSION, 4) {
QT += core gui widgets printsupport webkit webkitwidgets sql network xml dbus
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
INCLUDEPATH += /usr/include/poppler/qt5
LIBS += -lopencv_core -lopencv_highgui -lopencv_imgproc \
-lhunspell -lcurl \
LIBS += -lhunspell -lcurl \
-lpthread -L/usr/lib -lpoppler-qt5 -g -rdynamic
}

equals(QT_MAJOR_VERSION, 4) {
QT += core gui webkit sql network xml
INCLUDEPATH += /usr/include/poppler/qt4
# LIBS += -lopencv_core -lopencv_highgui -lopencv_imgproc \
LIBS += -lhunspell -lcurl \
-lpthread -L/usr/lib -lpoppler-qt4 -g -rdynamic
}
Expand Down

0 comments on commit b39feb2

Please sign in to comment.