Add BuildInternals lookup to the settingseditor manual test
Pick-to: 6.7 Change-Id: Iae39efccaac26bcd12b416c05af36a545dca59b6 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
89dab8578c
commit
9ba5c25f12
@ -1,6 +1,12 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
if(NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(settingseditor LANGUAGES CXX)
|
||||
find_package(Qt6BuildInternals REQUIRED COMPONENTS STANDALONE_TEST)
|
||||
endif()
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets)
|
||||
qt_internal_add_manual_test(settingseditor
|
||||
SOURCES
|
||||
|
Loading…
x
Reference in New Issue
Block a user