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
Valentin Platzgummer
qgroundcontrol
Commits
5a0e8e54
Commit
5a0e8e54
authored
Feb 19, 2016
by
Don Gagne
Browse files
Merge pull request #2708 from mavlink/qt_version_raise
Raise min Qt version to 5.5+
parents
760255d7
75d1eeaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pro
View file @
5a0e8e54
...
...
@@ -23,8 +23,8 @@ exists($${OUT_PWD}/qgroundcontrol.pro) {
message
(
Qt
version
$$
[
QT_VERSION
])
!
equals
(
QT_MAJOR_VERSION
,
5
)
|
!
greaterThan
(
QT_MINOR_VERSION
,
3
)
{
error
(
"Unsupported Qt version, 5.
4
+ is required"
)
!
equals
(
QT_MAJOR_VERSION
,
5
)
|
!
greaterThan
(
QT_MINOR_VERSION
,
4
)
{
error
(
"Unsupported Qt version, 5.
5
+ is required"
)
}
include
(
QGCCommon
.
pri
)
...
...
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