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

Commit 48959a1

Browse files
committed
Use a dedicated directory for deployment
Avoid to mess with root dir of projects and overwriting of files such as packagedependencies.txt. (cherry picked from commit 42b143b)
1 parent 26c0303 commit 48959a1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
build*/
1010
*/.build-rules/
1111
tests/*/.build-rules/
12+
deploy
1213

1314
# Precompiled Headers
1415
*.gch

tests/SolARTest_ModuleFBOW_ClosestKeyframeRetrieval/SolARTest_ModuleFBOW_ClosestKeyframeRetrieval.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ QMAKE_PROJECT_DEPTH = 0
77
## global defintions : target lib name, version
88
TARGET = SolARTest_ModuleFBOW_ClosestKeyframeRetrieval
99
VERSION=0.11.0
10-
PROJECTDEPLOYDIR = $${PWD}/..
10+
PROJECTDEPLOYDIR = $${PWD}/../deploy
1111

1212
DEFINES += MYVERSION=$${VERSION}
1313
CONFIG += c++1z

tests/SolARTest_ModuleFBOW_FeatureMatching/SolARTest_ModuleFBOW_FeatureMatching.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ QMAKE_PROJECT_DEPTH = 0
77
## global defintions : target lib name, version
88
TARGET = SolARTest_ModuleFBOW_FeatureMatching
99
VERSION=0.11.0
10-
PROJECTDEPLOYDIR = $${PWD}/..
10+
PROJECTDEPLOYDIR = $${PWD}/../deploy
1111

1212
DEFINES += MYVERSION=$${VERSION}
1313
CONFIG += c++1z

0 commit comments

Comments
 (0)