Convert qvulkan test

Change-Id: I395fa1c08bb67d65604962883dce3b390c604b9c
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Leander Beernaert 2019-10-28 10:04:58 +01:00
parent c3de886b61
commit b0aee08ff6
2 changed files with 16 additions and 1 deletions

View File

@ -15,5 +15,5 @@ if(QT_FEATURE_opengl AND NOT APPLE_UIKIT AND NOT WINRT)
add_subdirectory(qopengl)
endif()
if(QT_FEATURE_vulkan AND NOT APPLE_UIKIT)
# add_subdirectory(qvulkan) # special case missing project
add_subdirectory(qvulkan)
endif()

View File

@ -0,0 +1,15 @@
# Generated from qvulkan.pro.
#####################################################################
## tst_qvulkan Test:
#####################################################################
add_qt_test(tst_qvulkan
SOURCES
tst_qvulkan.cpp
LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Gui
)