summaryrefslogtreecommitdiffstats
path: root/examples/embedded/styleexample/CMakeLists.txt
blob: d14acc8b5ae0705f66d52d818ec8da1e7bce4c6f (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 styleexample.pro.

#####################################################################
## styleexample Binary:
#####################################################################

add_qt_executable(styleexample
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/embedded/styleexample"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/embedded/styleexample"
    SOURCES
        main.cpp
        stylewidget.cpp stylewidget.h stylewidget.ui
    PUBLIC_LIBRARIES
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)

# Resources:
add_qt_resource(styleexample "styleexample" PREFIX "/" FILES
    files/add.png
    files/application.qss
    files/blue.qss
    files/khaki.qss
    files/nature_1.jpg
    files/nostyle.qss
    files/remove.png
    files/transparent.qss)