Skip to content
Snippets Groups Projects
Commit 9eb4273e authored by d.kilic's avatar d.kilic
Browse files

Upgraded to qwt 6.1.4 (built with Qt5) and changed .pro accordingly

(changed Order in .pro for Wiki-tut to work)
parent acbe6680
No related branches found
No related tags found
No related merge requests found
Subproject commit 3b1a481187c6f70bc8601e866b19ad8d157a47a6
Subproject commit 4bf9fa0e414735acf45f793495cd1467438eb3cd
......@@ -274,8 +274,8 @@ contains(hostname, [zZ][aA][mM]852) {
LIBS += -lopencv_legacy$${CVVERSION}
}
} else:contains(hostname, ias7176) {
# Deniz 64-Bit
} else:contains(hostname, ias7185) {
# imotion laptop
# PointGray
PGRPATH = "../petrack/3rdparty/windows/triclops-3.4"
......@@ -319,8 +319,8 @@ contains(hostname, [zZ][aA][mM]852) {
message("Build with OpenCV 2.x.x")
LIBS += -lopencv_legacy$${CVVERSION}
}
} else:contains(hostname, ias7185) {
# imotion laptop
} else:contains(hostname, ias7176) {
# Deniz 32-Bit
# PointGray
PGRPATH = "../petrack/3rdparty/windows/triclops-3.4"
......@@ -338,7 +338,7 @@ contains(hostname, [zZ][aA][mM]852) {
INCLUDEPATH += $${CVPATH}/include/opencv
INCLUDEPATH += $${CVPATH}/include/opencv2
QWTPATH = "C:/Qwt-6.1.4"
QWTPATH = "../petrack/3rdparty/windows/Qwt-6.1.4"
#QWTPATH = "D:/petrack/trunk/3rdparty/windows/qwt-6.1.2"
INCLUDEPATH += $${QWTPATH}/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment