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

#####################################################################
## mplestyleplugin Module:
#####################################################################

add_qt_plugin(simplestyleplugin TYPE style # special case
    SOURCES
        simplestyle.cpp simplestyle.h
        simplestyleplugin.cpp simplestyleplugin.h
    LIBRARIES
        Qt::Widgets
)

#### Keys ignored in scope 1:.:plugin.pro:<NONE>:
# CONFIG = "plugin" "install_ok"
# EXAMPLE_FILES = "simplestyle.json"
# INSTALLS = "target"
# TEMPLATE = "lib"
# target.path = "$$[QT_INSTALL_EXAMPLES]/widgets/tools/styleplugin/styles"

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

#### Keys ignored in scope 3:.:plugin.pro:CONFIG(debug,release OR debug):
# DESTDIR = "../debug/styles/"

#### Keys ignored in scope 4:.:plugin.pro:CONFIG(release,release OR debug):
# DESTDIR = "../release/styles/"

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