cmake: enable colorresolving benchmark
Change-Id: I15321e9940b1b9d5a1ae6f1296bf9466ca4f4262 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
9fa846a3a4
commit
294bcb3f3c
|
@ -1,4 +1,4 @@
|
|||
# Generated from quick.pro.
|
||||
|
||||
add_subdirectory(events)
|
||||
# add_subdirectory(colorresolving) # special case to be ported
|
||||
add_subdirectory(colorresolving)
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
# Generated from colorresolving.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_colorresolving Test:
|
||||
#####################################################################
|
||||
|
||||
# Collect test data
|
||||
file(GLOB_RECURSE test_data_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/data/tst_*)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
|
||||
qt_add_test(tst_colorresolving
|
||||
GUI
|
||||
QMLTEST
|
||||
SOURCES
|
||||
tst_colorresolving.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:colorresolving.pro:<TRUE>:
|
||||
# OTHER_FILES = "$$PWD/data/*.qml"
|
||||
# TEMPLATE = "app"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
Loading…
Reference in New Issue