Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
9eb52d2f
Commit
9eb52d2f
authored
Dec 24, 2009
by
Ludovic Fauvet
Browse files
Add Qt version check at build time
parent
240bc2ca
Changes
1
Show whitespace changes
Inline
Side-by-side
vlmc.pro
View file @
9eb52d2f
!
contains
(
QT_MAJOR_VERSION
,
4
)
{
error
(
"Unsupported Qt version $$QT_VERSION found. Requires at least Qt 4.5"
)
}
!
contains
(
QT_MINOR_VERSION
,
5
)
{
!
contains
(
QT_MINOR_VERSION
,
6
)
{
error
(
"Unsupported Qt version $$QT_VERSION found. Requires at least Qt 4.5"
)
}
}
TEMPLATE
=
subdirs
SUBDIRS
=
src
\
launcher
...
...
Write
Preview
Markdown
is supported
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