File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
- add_subdirectory (native )
2
1
add_subdirectory (core )
3
2
4
3
if (WITH_AUTH )
@@ -12,6 +11,7 @@ endif()
12
11
if (WITH_GUI )
13
12
add_subdirectory (ui )
14
13
add_subdirectory (gui )
14
+ add_subdirectory (native )
15
15
endif ()
16
16
17
17
add_subdirectory (providers )
Original file line number Diff line number Diff line change @@ -2280,10 +2280,6 @@ if (APPLE)
2280
2280
target_link_libraries (qgis_core ${LIBTASN1_LIBRARY} )
2281
2281
endif ()
2282
2282
2283
- if (APPLE AND NOT IOS )
2284
- target_link_libraries (qgis_core qgis_native )
2285
- endif ()
2286
-
2287
2283
target_link_libraries (qgis_core
2288
2284
${QT_VERSION_BASE} ::Core
2289
2285
${QT_VERSION_BASE} ::Gui
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ if(APPLE)
63
63
)
64
64
endif ()
65
65
66
- if (MSVC AND NOT BUILD_WITH_QT6 )
66
+ if (MSVC )
67
67
set (QGIS_NATIVE_SRCS ${QGIS_NATIVE_SRCS}
68
68
../../external/wintoast/src/wintoastlib.cpp
69
69
win/qgswinnative.cpp
@@ -96,7 +96,7 @@ target_include_directories(qgis_native PUBLIC
96
96
${CMAKE_CURRENT_BINARY_DIR}
97
97
)
98
98
99
- if (MSVC AND NOT BUILD_WITH_QT6 )
99
+ if (MSVC )
100
100
target_include_directories (qgis_native SYSTEM PUBLIC
101
101
../../external/wintoast/src
102
102
)
@@ -144,7 +144,7 @@ if (UNIX AND NOT APPLE AND NOT ANDROID)
144
144
target_link_libraries (qgis_native ${QT_VERSION_BASE} ::DBus )
145
145
endif ()
146
146
147
- if (MSVC AND NOT BUILD_WITH_QT6 )
147
+ if (MSVC )
148
148
find_package (${QT_VERSION_BASE} WinExtras )
149
149
150
150
target_link_libraries (qgis_native shell32 )
You can’t perform that action at this time.
0 commit comments