Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cpvrlab/ImagePlay
Browse files Browse the repository at this point in the history
  • Loading branch information
l00mi committed Mar 5, 2015
2 parents 60d4dee + f6aba4a commit e1cfeb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions IPL/IPL.pro
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,16 @@ macx: {
linux: {
CONFIG +=c++11

# LIBS += -L$$PWD/../_lib/freeimage/ -lfreeimage-3.16.0
LIBS += -lfreeimage

INCLUDEPATH += $$PWD/../_lib/freeimage
DEPENDPATH += $$PWD/../_lib/freeimage

DESTDIR = ../_bin/$$CONFIGURATION/$$PLATFORM/lib/

# LIBS += -L$$PWD/../_lib/opencv/x64/clang/lib/ -lopencv_core
# LIBS += -L$$PWD/../_lib/opencv/x64/clang/lib/ -lopencv_imgproc
# LIBS += -L$$PWD/../_lib/opencv/x64/clang/lib/ -lopencv_highgui
LIBS += -lopencv_core
LIBS += -lopencv_imgproc
LIBS += -lopencv_highgui

}

Expand Down
9 changes: 7 additions & 2 deletions ImagePlay/ImagePlay.pro
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,9 @@ win32: {
resources.files += ../_res/process_icons
INSTALLS += resources
}

macx: {
QMAKE_CXXFLAGS += -stdlib=libstdc++ -std=c++11
CONFIG +=c++11

LIBS += -L../_bin/$$CONFIGURATION/$$PLATFORM/ImagePlay.app/Contents/Frameworks/ -lIPL

mylib.path = Contents/Frameworks
Expand Down Expand Up @@ -185,6 +184,12 @@ macx: {

}

linux: {
CONFIG +=c++11
LIBS += -L../_bin/$$CONFIGURATION/$$PLATFORM/lib/ -lIPL
}


INCLUDEPATH += $$PWD/include/
INCLUDEPATH += $$PWD/../IPL/include/
INCLUDEPATH += $$PWD/../IPL/include/processes/
Expand Down

0 comments on commit e1cfeb7

Please sign in to comment.