Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small CMakeList cosmetic change
  • Loading branch information
3nids authored and nyalldawson committed Jul 1, 2020
1 parent 6be16a5 commit 0ea4fe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/CMakeLists.txt
Expand Up @@ -1138,8 +1138,7 @@ SET(QGIS_GUI_PRIVATE_HDRS
attributetable/qgsfeaturefilterwidget_p.h
)

FIND_PACKAGE(Qt5 COMPONENTS Qml REQUIRED)
FIND_PACKAGE(Qt5 COMPONENTS QuickWidgets REQUIRED)
FIND_PACKAGE(Qt5 COMPONENTS Qml QuickWidgets REQUIRED)

IF(Qt5Qml_FOUND)
ADD_DEFINITIONS(-DWITH_QML)
Expand Down

0 comments on commit 0ea4fe0

Please sign in to comment.