File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,7 @@ endif()
14
14
15
15
find_package (Qt5 COMPONENTS
16
16
Core
17
- Gui
18
- OpenGL
19
- Quick
20
- Xml
21
- Positioning
22
- Location
23
- Network
17
+ Location
24
18
REQUIRED QUIET )
25
19
26
20
set (SOURCES
@@ -29,7 +23,7 @@ set(SOURCES
29
23
src/GeoTileFetcher.cpp
30
24
src/GeoMapReply.cpp
31
25
src/GeoFileTileCache.cpp
32
-
26
+
33
27
src/GeoServiceProviderPlugin.h
34
28
src/GeoTiledMappingManagerEngine.h
35
29
src/GeoTileFetcher.h
@@ -42,20 +36,12 @@ set_target_properties(${LIB_NAME} PROPERTIES AUTORCC ON AUTOMOC ON)
42
36
43
37
target_link_libraries (${LIB_NAME} PRIVATE
44
38
Qt5::Core
45
- Qt5::Gui
46
- Qt5::Quick
47
- Qt5::Positioning
48
- Qt5::Xml
49
39
Qt5::Location
50
40
Qt5::LocationPrivate
51
- Qt5::Network
52
- Qt5::OpenGL
53
41
)
54
42
55
43
target_include_directories (${LIB_NAME} INTERFACE
56
44
$< BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} >
57
- PRIVATE src
58
- ${Qt5Location_PRIVATE_INCLUDE_DIRS}
59
45
)
60
46
61
47
target_compile_features (${LIB_NAME} PRIVATE cxx_std_14 )
You can’t perform that action at this time.
0 commit comments