mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[partition] make the tests also build with Qt6
This commit is contained in:
parent
8868ae956a
commit
de85a02f74
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
#
|
||||
find_package(Qt5 COMPONENTS Gui REQUIRED)
|
||||
find_package(${qtname} COMPONENTS Gui REQUIRED)
|
||||
|
||||
set(PartitionModule_SOURCE_DIR ..)
|
||||
|
||||
include_directories(
|
||||
${Qt5Gui_INCLUDE_DIRS}
|
||||
${${qtname}Gui_INCLUDE_DIRS}
|
||||
${PartitionModule_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue