summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/styleplugin/stylewindow/CMakeLists.txt
blob: a6d6a56874ea81ca34583218120e64357a7abd4c (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
31
# Generated from stylewindow.pro.

#####################################################################
## styleplugin Binary:
#####################################################################

add_qt_executable(styleplugin
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tools/styleplugin"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tools/styleplugin"
    SOURCES
        main.cpp
        stylewindow.cpp stylewindow.h
    LIBRARIES
        Qt::Widgets
)

#### Keys ignored in scope 1:.:stylewindow.pro:<NONE>:
# CONFIG = "install_ok"

## Scopes:
#####################################################################

#### Keys ignored in scope 3:.:stylewindow.pro:debug:
# DESTDIR = "../debug/"

#### Keys ignored in scope 4:.:stylewindow.pro:release:
# DESTDIR = "../release/"

#### Keys ignored in scope 5:.:stylewindow.pro:else:
# DESTDIR = "../"