graphics/vulkan-caps-viewer: correct used C++ standard (cosmetic)

vulkanCapsViewer.pro has CONFIG += c++11
This commit is contained in:
Jan Beich 2020-09-01 04:13:38 +00:00
parent a28dea55f5
commit 550ef34f71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547237

View File

@ -11,7 +11,7 @@ LICENSE= LGPL3 # based on license headers
LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader
USES= compiler:c++14-lang pkgconfig qmake qt:5
USES= compiler:c++11-lib pkgconfig qmake qt:5
USE_GITHUB= yes
USE_QT= qmake_build buildtools_build core gui network widgets
GH_ACCOUNT= SaschaWillems