This repository was archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSolARAllServiceTests.pro
More file actions
38 lines (33 loc) · 2.2 KB
/
SolARAllServiceTests.pro
File metadata and controls
38 lines (33 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
##
## @copyright Copyright (c) 2020 B-com http://www.b-com.com/
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##
CONFIG -= flat
CONFIG += ordered
TEMPLATE = subdirs
SUBDIRS = \
services/Service-Mapping/SolARService_Mapping_Multi/tests/SolARServiceTest_Mapping_Multi_Producer/SolARServiceTest_Mapping_Multi_Producer.pro \
services/Service-Mapping/SolARService_Mapping_Multi/tests/SolARServiceTest_Mapping_Multi_Viewer/SolARServiceTest_Mapping_Multi_Viewer.pro \
services/Service-Mapping/SolARService_Mapping_Multi/tests/SolARServiceTest_Mapping_Multi_Relocalization/SolARServiceTest_Mapping_Multi_Relocalization.pro \
services/Service-MapUpdate/SolARService_MapUpdate/tests/SolARServiceTest_MapUpdate/SolARServiceTest_MapUpdate.pro \
services/Service-MapUpdate/SolARService_MapUpdate/tests/SolARServiceTest_MapUpdate_DisplayMap/SolARServiceTest_MapUpdate_DisplayMap.pro \
services/Service-Relocalization/SolARService_Relocalization/tests/SolARServiceTest_Relocalization/SolARServiceTest_Relocalization.pro \
services/Service-Relocalization/SolARService_RelocalizationMarkers/tests/SolARServiceTest_RelocalizationMarkers/SolARServiceTest_RelocalizationMarkers.pro \
services/Service-Relocalization/SolARService_MappingAndRelocFrontend/tests/SolARServiceTest_MappingAndRelocFrontend/SolARServiceTest_MappingAndRelocFrontend.pro \
services/Service-Relocalization/SolARService_MappingAndRelocFrontend/tests/SolARServiceTest_MappingAndRelocFrontend_Viewer/SolARServiceTest_MappingAndRelocFrontend_Viewer.pro
# Add install_deps target that recursively calls install_deps
# on submodules
#install_deps.CONFIG += recursive
#install_deps.recurse_target = install_deps
#QMAKE_EXTRA_TARGETS += install_deps