summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/licensewizard/CMakeLists.txt
blob: 78b8cb7f51dfab03e4567aede40faf4d24393c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from licensewizard.pro.

#####################################################################
## licensewizard Binary:
#####################################################################

add_qt_executable(licensewizard
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/dialogs/licensewizard"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/dialogs/licensewizard"
    SOURCES
        licensewizard.cpp licensewizard.h
        main.cpp
    LIBRARIES
        Qt::Widgets
        Qt::PrintSupport
)

# Resources:
add_qt_resource(licensewizard "licensewizard" FILES
    images/logo.png
    images/watermark.png)