summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/plugandpaint/plugins/basictools/CMakeLists.txt
blob: a059d0deab1bc93d9920881b4d0cb418f6856183 (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 basictools.pro.

#####################################################################
## qtLibraryTargetpnp_basictools Module:
#####################################################################

add_qt_plugin(pnp_basictools # special case
    STATIC # special case
    OUTPUT_DIRECTORY ../../plugins # special case
    INSTALL_DIRECTORY ../../plugins # special case
    ARCHIVE_INSTALL_DIRECTORY ../../plugins # special case
    SOURCES
        basictoolsplugin.cpp basictoolsplugin.h
    INCLUDE_DIRECTORIES
        ../../app
    LIBRARIES
        Qt::Widgets
)

# CONFIG = "plugin" "static" "install_ok"
# DESTDIR = "../../plugins"
# INSTALLS = "target"
# TEMPLATE = "lib"
# target.path = "$$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint/plugins"

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

#### Keys ignored in scope 2:.:basictools.pro:APPLE_UIKIT:
# CONFIG = "debug_and_release"