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

#####################################################################
## qtLibraryTargetechoplugin Module:
#####################################################################

add_qt_plugin(echoplugin_plugin TYPE plugin # special case
    SOURCES
        echoplugin.cpp echoplugin.h
    INCLUDE_DIRECTORIES
        ../echowindow
    LIBRARIES
        Qt::Widgets
)

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