2019-05-02 07:33:45 +00:00
|
|
|
# Generated from qwizard.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qwizard Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qwizard
|
2018-10-24 13:20:27 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qwizard.cpp
|
|
|
|
tst_qwizard_2.cpp
|
2019-05-02 07:33:45 +00:00
|
|
|
PUBLIC_LIBRARIES
|
2019-08-09 10:47:55 +00:00
|
|
|
Qt::Gui
|
2018-10-24 13:20:27 +00:00
|
|
|
Qt::Widgets
|
|
|
|
)
|
2019-05-02 07:33:45 +00:00
|
|
|
|
|
|
|
# Resources:
|
2019-11-12 16:45:04 +00:00
|
|
|
set(qwizard_resource_files
|
|
|
|
"images/background.png"
|
|
|
|
"images/banner.png"
|
|
|
|
"images/logo.png"
|
|
|
|
"images/watermark.png"
|
|
|
|
)
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_resource(tst_qwizard "qwizard"
|
2019-08-09 10:47:55 +00:00
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
FILES
|
2019-11-12 16:45:04 +00:00
|
|
|
${qwizard_resource_files}
|
2019-08-09 10:47:55 +00:00
|
|
|
)
|
2019-05-02 07:33:45 +00:00
|
|
|
|