4d22405e48
Change-Id: I9b7404e1d3a78fe0726ec0f5ce1461f6c209e90d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
26 lines
545 B
CMake
26 lines
545 B
CMake
# Generated from qwizard.pro.
|
|
|
|
#####################################################################
|
|
## tst_qwizard Test:
|
|
#####################################################################
|
|
|
|
# Resources:
|
|
set(qwizard_resource_files
|
|
"images/background.png"
|
|
"images/banner.png"
|
|
"images/logo.png"
|
|
"images/watermark.png"
|
|
)
|
|
|
|
qt_internal_add_test(tst_qwizard
|
|
SOURCES
|
|
tst_qwizard.cpp
|
|
tst_qwizard_2.cpp
|
|
LIBRARIES
|
|
Qt::Gui
|
|
Qt::Widgets
|
|
TESTDATA ${qwizard_resource_files}
|
|
BUILTIN_TESTDATA
|
|
)
|
|
|