diff options
author | Joerg Bornemann <[email protected]> | 2025-04-30 13:34:57 +0200 |
---|---|---|
committer | Joerg Bornemann <[email protected]> | 2025-05-02 16:02:32 +0200 |
commit | 4f57e20f254d40081b56a174c4fdae16a1fcfb07 (patch) | |
tree | d57580ee02e26e3a44adea259a79cc272819a94d /tests/auto/quickcontrols/qquicktextarea | |
parent | e7e9d00930895a4d5e10ba743ad550929e06451b (diff) |
CMake: Don't enable ASM language
Remove the ASM language where no assembler files are used.
Pick-to: 6.5 6.8 6.9
Change-Id: I3c94f798803b054a432fc2c8d6d65c665572a202
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'tests/auto/quickcontrols/qquicktextarea')
-rw-r--r-- | tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt b/tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt index b9db57d51e..5aa934becc 100644 --- a/tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt +++ b/tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt @@ -3,7 +3,7 @@ if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT) cmake_minimum_required(VERSION 3.16) - project(tst_qquicktextarea LANGUAGES C CXX ASM) + project(tst_qquicktextarea LANGUAGES C CXX) find_package(Qt6BuildInternals REQUIRED COMPONENTS STANDALONE_TEST) endif() |