summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qwizard/CMakeLists.txt
blob: bbe7bddd9df906b87a5089965c8a56d73c7fdcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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}
)