Skip to content

Commit

Permalink
UMVE: Raise C++ version to C++14
Browse files Browse the repository at this point in the history
The C++ version of MVE was raised to C++14 in a previous commit and UMVE
was missed.

Fixes: 3879e44 ("Raise C++ version to C++14")
  • Loading branch information
andre-schulz committed Dec 21, 2024
1 parent a801e6d commit a11d465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/umve/umve.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MVE_ROOT = ../..

CONFIG += link_pkgconfig qt release c++11
CONFIG += link_pkgconfig qt release c++14
PKGCONFIG += libjpeg libpng libtiff-4
QT += concurrent opengl

Expand Down

0 comments on commit a11d465

Please sign in to comment.