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

Commit f5bf2e2

Browse files
committed
Fix: restore findremakenrules.pri files
Fixes remaken no longer able to resolve default rules location due to the fact that too much code was removed.
1 parent 689271d commit f5bf2e2

File tree

28 files changed

+448
-0
lines changed

28 files changed

+448
-0
lines changed

findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

tests/SolARTest_ModuleOpenCV_CameraCalibration/findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

tests/SolARTest_ModuleOpenCV_DescriptorMatcher/findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

tests/SolARTest_ModuleOpenCV_DeviceDataLoader/findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

tests/SolARTest_ModuleOpenCV_DeviceDualMarkerCalibration/findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

tests/SolARTest_ModuleOpenCV_DevicePoseCorrection/findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

tests/SolARTest_ModuleOpenCV_FCNSegmentation/findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

tests/SolARTest_ModuleOpenCV_FeatureMatchingStabilization/findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

tests/SolARTest_ModuleOpenCV_FiducialMarker/findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

tests/SolARTest_ModuleOpenCV_FundamentalMatrixDecomposer/findremakenrules.pri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Author(s) : Loic Touraine, Stephane Leduc
22

3+
android {
4+
# unix path
5+
USERHOMEFOLDER = $$clean_path($$(HOME))
6+
isEmpty(USERHOMEFOLDER) {
7+
# windows path
8+
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
9+
isEmpty(USERHOMEFOLDER) {
10+
USERHOMEFOLDER = $$clean_path($$(HOMEDRIVE)$$(HOMEPATH))
11+
}
12+
}
13+
}
14+
15+
unix:!android {
16+
USERHOMEFOLDER = $$clean_path($$(HOME))
17+
}
18+
319
win32 {
420
USERHOMEFOLDER = $$clean_path($$(USERPROFILE))
521
isEmpty(USERHOMEFOLDER) {

0 commit comments

Comments
 (0)