File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ if(WITH_CORE)
461
461
set (HAVE_QT5SERIALPORT TRUE )
462
462
endif ()
463
463
464
- find_package (${QT_VERSION_BASE} COMPONENTS Core Gui Widgets Network Xml Svg Concurrent Test UiTools Sql REQUIRED )
464
+ find_package (${QT_VERSION_BASE} COMPONENTS Core Gui Widgets Network Xml Svg Concurrent Test Sql REQUIRED )
465
465
if (BUILD_WITH_QT6 )
466
466
find_package (${QT_VERSION_BASE} COMPONENTS Core5Compat REQUIRED )
467
467
else ()
Original file line number Diff line number Diff line change @@ -365,6 +365,7 @@ if (WITH_3D)
365
365
)
366
366
endif ()
367
367
368
+ find_package (${QT_VERSION_BASE} COMPONENTS UiTools REQUIRED )
368
369
369
370
set (WITH_QWTPOLAR FALSE CACHE BOOL "Determines whether QwtPolar should be built" )
370
371
Original file line number Diff line number Diff line change @@ -1370,11 +1370,7 @@ set(QGIS_GUI_PRIVATE_HDRS
1370
1370
attributetable/qgsfeaturefilterwidget_p.h
1371
1371
)
1372
1372
1373
- if (BUILD_WITH_QT6 )
1374
- find_package (Qt6 COMPONENTS Qml QuickWidgets REQUIRED )
1375
- else ()
1376
- find_package (Qt5 COMPONENTS Qml QuickWidgets REQUIRED )
1377
- endif ()
1373
+ find_package (${QT_VERSION_BASE} COMPONENTS Qml QuickWidgets UiTools REQUIRED )
1378
1374
1379
1375
if (${QT_VERSION_BASE} Qml_FOUND )
1380
1376
add_definitions (-DWITH_QML )
You can’t perform that action at this time.
0 commit comments