Skip to content
Snippets Groups Projects
Unverified Commit 63211c86 authored by Adriaan de Groot's avatar Adriaan de Groot Committed by GitHub
Browse files

Merge pull request #2236 from demmm/calamares

[partition] make the tests also build with Qt6
parents 8868ae95 de85a02f
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment