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

Commit cb2333c

Browse files
committed
Add QMAKE_DEPTH_PROJECT=0 in QT projects for modules and module tests
1 parent 89aad8d commit cb2333c

File tree

13 files changed

+26
-0
lines changed

13 files changed

+26
-0
lines changed

SolARModuleOpenCV.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
INSTALLSUBDIR = SolARBuild
79
TARGET = SolARModuleOpenCV

tests/SolARTest_ModuleOpenCV_CameraCalibration/SolARTest_ModuleOpenCV_CameraCalibration.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
TARGET = SolARTest_ModuleOpenCV_CameraCalibration
79
VERSION=0.10.0

tests/SolARTest_ModuleOpenCV_DescriptorMatcher/SolARTest_ModuleOpenCV_DescriptorMatcher.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
TARGET = SolARTest_ModuleOpenCV_DescriptorMatcher
79
VERSION=0.10.0

tests/SolARTest_ModuleOpenCV_DeviceDataLoader/SolARTest_ModuleOpenCV_DeviceDataLoader.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
TARGET = SolARTest_ModuleOpenCV_DeviceDataLoader
79
VERSION=0.10.0

tests/SolARTest_ModuleOpenCV_DeviceDualMarkerCalibration/SolARTest_ModuleOpenCV_DeviceDualMarkerCalibration.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
TARGET = SolARTest_ModuleOpenCV_DeviceDualMarkerCalibration
79
VERSION=0.10.0

tests/SolARTest_ModuleOpenCV_DevicePoseCorrection/SolARTest_ModuleOpenCV_DevicePoseCorrection.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
TARGET = SolARTest_ModuleOpenCV_DevicePoseCorrection
79
VERSION=0.10.0

tests/SolARTest_ModuleOpenCV_FiducialMarker/SolARTest_ModuleOpenCV_FiducialMarker.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
TARGET = SolARTest_ModuleOpenCV_FiducialMarker
79
VERSION=0.10.0

tests/SolARTest_ModuleOpenCV_FundamentalMatrixDecomposer/SolARTest_ModuleOpenCV_FundamentalMatrixDecomposer.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
TARGET = SolARTest_ModuleOpenCV_FundamentalMatrixDecomposer
79
VERSION=0.10.0

tests/SolARTest_ModuleOpenCV_FundamentalMatrixEstimation/SolARTest_ModuleOpenCV_FundamentalMatrixEstimation.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
TARGET = SolARTest_ModuleOpenCV_FundamentalMatrixEstimation
79
VERSION=0.10.0

tests/SolARTest_ModuleOpenCV_ImageConvertor/SolARTest_ModuleOpenCV_ImageConvertor.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
QT -= core gui
33
CONFIG -= qt
44

5+
QMAKE_PROJECT_DEPTH = 0
6+
57
## global defintions : target lib name, version
68
TARGET = SolARTest_ModuleOpenCV_ImageConvertor
79
VERSION=0.10.0

0 commit comments

Comments
 (0)