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

Commit 3cb78aa

Browse files
author
Jérome ROYAN
committed
Update PROJECTDEPLOYDIR for last test
1 parent a66f7db commit 3cb78aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/SolARTest_ModuleTools_ExtractSubmap/SolARTest_ModuleTools_ExtractSubmap.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_ModuleTools_ExtractSubmap
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
}

0 commit comments

Comments
 (0)