Skip to content

Commit

Permalink
Merge pull request #577 from andre-schulz/umve_cpp14
Browse files Browse the repository at this point in the history
UMVE: Raise C++ version to C++14
  • Loading branch information
simonfuhrmann authored Sep 6, 2024
2 parents b48d14f + 373cae5 commit e6cd99b
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 e6cd99b

Please sign in to comment.