8801d499d0
Change-Id: Ief296935d274bfaa217442890927593f0875271a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
31 lines
591 B
CMake
31 lines
591 B
CMake
# Generated from qwizard.pro.
|
|
|
|
#####################################################################
|
|
## tst_qwizard Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_qwizard
|
|
SOURCES
|
|
tst_qwizard.cpp
|
|
tst_qwizard_2.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
Qt::Widgets
|
|
)
|
|
|
|
# Resources:
|
|
set(qwizard_resource_files
|
|
"images/background.png"
|
|
"images/banner.png"
|
|
"images/logo.png"
|
|
"images/watermark.png"
|
|
)
|
|
|
|
add_qt_resource(tst_qwizard "qwizard"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${qwizard_resource_files}
|
|
)
|
|
|