Skip to content

Commit c40b464

Browse files
PeterPetrik3nids
andauthoredMay 14, 2021
slim qgsquick to micro-core (#43204)
Keep only files that are used in both Input and QField in QgsQuick as basis of the QML library that can grow further. Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
1 parent 204fc2a commit c40b464

File tree

81 files changed

+13
-9536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+13
-9536
lines changed
 

‎.docker/docker-qgis-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
cmake \
4747
-GNinja \
4848
-DUSE_CCACHE=OFF \
49-
-DWITH_QUICK=OFF \
49+
-DWITH_QUICK=ON \
5050
-DWITH_3D=${WITH_3D} \
5151
-DWITH_STAGED_PLUGINS=ON \
5252
-DWITH_GRASS=OFF \

‎CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,6 @@ if(WITH_CORE)
499499
find_package(${QT_VERSION_BASE} COMPONENTS Qml Quick REQUIRED)
500500
if(${CMAKE_SYSTEM_NAME} MATCHES "Android")
501501
find_package(${QT_VERSION_BASE} COMPONENTS AndroidExtras)
502-
else()
503-
find_package(QtQmlTools)
504502
endif()
505503

506504
# following variable is used in qgsconfig.h

0 commit comments

Comments
 (0)
Please sign in to comment.