Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LO21_Pin_Noir_Boucher_Bouri_Detree
CellulutLO21
Commits
5140c806
Commit
5140c806
authored
Jun 11, 2021
by
Yann Boucher
Browse files
Removed the (incorrect) minimal qt version message
parent
ad5a1153
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/src.pro
View file @
5140c806
...
...
@@ -3,11 +3,6 @@ QT += core gui
greaterThan
(
QT_MAJOR_VERSION
,
4
)
:
QT
+=
widgets
equals
(
QT_MAJOR_VERSION
,
5
)
:
QT
+=
multimedia
!
versionAtLeast
(
QT_VERSION
,
5.14
.
0
)
{
message
(
"Cannot use Qt $${QT_VERSION}"
)
error
(
"Use Qt 5.14 or newer"
)
}
CONFIG
+=
c
++
14
TEMPLATE
=
app
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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