2019-05-02 07:33:45 +00:00
|
|
|
# Generated from qwizard.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qwizard Test:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
# 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"
|
|
|
|
)
|
|
|
|
|
2022-02-09 15:24:24 +00:00
|
|
|
qt_internal_add_test(tst_qwizard
|
|
|
|
SOURCES
|
|
|
|
tst_qwizard.cpp
|
|
|
|
tst_qwizard_2.cpp
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2022-02-09 15:24:24 +00:00
|
|
|
Qt::Gui
|
|
|
|
Qt::Widgets
|
|
|
|
TESTDATA ${qwizard_resource_files}
|
|
|
|
BUILTIN_TESTDATA
|
2019-08-09 10:47:55 +00:00
|
|
|
)
|
2019-05-02 07:33:45 +00:00
|
|
|
|