Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
DrKonqi
Commits
600ef6c9
Commit
600ef6c9
authored
Feb 02, 2022
by
Laurent Montel
Browse files
Use ${QT_MAJOR_VERSION}
parent
30290080
Pipeline
#131826
passed with stage
in 2 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bugzillaintegration/libbugzilla/autotests/CMakeLists.txt
View file @
600ef6c9
...
...
@@ -3,7 +3,7 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII)
include
(
ECMAddTests
)
include
(
GenerateExportHeader
)
find_package
(
Qt
5
Test
${
REQUIRED_QT_VERSION
}
CONFIG REQUIRED
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
Test
${
REQUIRED_QT_VERSION
}
CONFIG REQUIRED
)
# Include src so we have access to config-kcrash.h
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
/..
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment