Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 0a857c1

Browse files
author
Jérome ROYAN
committed
Update PROJECTDEPLOYDIR for last opencv tests
1 parent 492446a commit 0a857c1

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

tests/SolARTest_ModuleOpenCV_FCNSegmentation/SolARTest_ModuleOpenCV_FCNSegmentation.pro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ QMAKE_PROJECT_DEPTH = 0
77
## global defintions : target lib name, version
88
TARGET = SolARTest_ModuleOpenCV_FCNSegmentation
99
VERSION=0.11.0
10+
PROJECTDEPLOYDIR = $${PWD}/..
1011

1112
DEFINES += MYVERSION=$${VERSION}
1213
CONFIG += c++1z
@@ -15,13 +16,11 @@ CONFIG += console
1516
include(findremakenrules.pri)
1617

1718
CONFIG(debug,debug|release) {
18-
TARGETDEPLOYDIR = $${PWD}/../bin/Debug
1919
DEFINES += _DEBUG=1
2020
DEFINES += DEBUG=1
2121
}
2222

2323
CONFIG(release,debug|release) {
24-
TARGETDEPLOYDIR = $${PWD}/../bin/Release
2524
DEFINES += _NDEBUG=1
2625
DEFINES += NDEBUG=1
2726
}

tests/SolARTest_ModuleOpenCV_FeatureMatchingStabilization/SolARTest_ModuleOpenCV_FeatureMatchingStabilization.pro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONFIG -= qt
55
## global defintions : target lib name, version
66
TARGET = SolARTest_ModuleOpenCV_FeatureMatchingStabilization
77
VERSION=0.11.0
8+
PROJECTDEPLOYDIR = $${PWD}/..
89

910
DEFINES += MYVERSION=$${VERSION}
1011
CONFIG += c++1z
@@ -13,13 +14,11 @@ CONFIG += console
1314
include(findremakenrules.pri)
1415

1516
CONFIG(debug,debug|release) {
16-
TARGETDEPLOYDIR = $${PWD}/../bin/Debug
1717
DEFINES += _DEBUG=1
1818
DEFINES += DEBUG=1
1919
}
2020

2121
CONFIG(release,debug|release) {
22-
TARGETDEPLOYDIR = $${PWD}/../bin/Release
2322
DEFINES += _NDEBUG=1
2423
DEFINES += NDEBUG=1
2524
}

tests/SolARTest_ModuleOpenCV_ImageFilter/SolARTest_ModuleOpenCV_ImageFilter.pro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONFIG -= qt
55
## global defintions : target lib name, version
66
TARGET = SolARTest_ModuleOpenCV_ImageFilter
77
VERSION=0.11.0
8+
PROJECTDEPLOYDIR = $${PWD}/..
89

910
DEFINES += MYVERSION=$${VERSION}
1011
CONFIG += c++1z
@@ -13,13 +14,11 @@ CONFIG += console
1314
include(findremakenrules.pri)
1415

1516
CONFIG(debug,debug|release) {
16-
TARGETDEPLOYDIR = $${PWD}/../bin/Debug
1717
DEFINES += _DEBUG=1
1818
DEFINES += DEBUG=1
1919
}
2020

2121
CONFIG(release,debug|release) {
22-
TARGETDEPLOYDIR = $${PWD}/../bin/Release
2322
DEFINES += _NDEBUG=1
2423
DEFINES += NDEBUG=1
2524
}

0 commit comments

Comments
 (0)