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
b9fd4df4
Commit
b9fd4df4
authored
Jun 11, 2021
by
Yann Boucher
Browse files
Better handling of the multimedia module
parent
12077fb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/interface.cpp
View file @
b9fd4df4
...
...
@@ -22,7 +22,7 @@
#include <QElapsedTimer>
#include <QKeyEvent>
#if
QT_VERSION_MAJOR == 5
#if
def HAS_MULTIMEDIA
#define BAD_APPLE_AUDIO
#endif
...
...
src/src.pro
View file @
b9fd4df4
QT
+=
core
gui
greaterThan
(
QT_MAJOR_VERSION
,
4
)
:
QT
+=
widgets
equals
(
QT_MAJOR_VERSION
,
5
)
:
QT
+=
multimedia
qtHaveModule
(
multimedia
)
{
DEFINES
+=
HAS_MULTIMEDIA
QT
+=
multimedia
}
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