Skip to content

Commit

Permalink
Fix build without features.settings
Browse files Browse the repository at this point in the history
Change-Id: Id13980fd5124afe1ee2d378590eb7a4e11b7a4fb
Reviewed-by: Volker Hilsheimer <[email protected]>
  • Loading branch information
tasuku-suzuki-signalslot committed Apr 15, 2021
1 parent e7bdf72 commit 7c8d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if(QT_BUILD_TESTS)
endif()

if(NOT QT_BUILD_STANDALONE_TESTS)
if(QT_WILL_BUILD_TOOLS)
if(QT_WILL_BUILD_TOOLS AND QT_FEATURE_settings)
add_subdirectory(qmake)
endif()
# As long as we use the mkspecs (for qplatformdefs.h), we need to always
Expand Down

0 comments on commit 7c8d45c

Please sign in to comment.