summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/plugandpaint/app/CMakeLists.txt
blob: e5bbbacec29d73765a3d25387460f94331527f70 (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
# Generated from app.pro.

#####################################################################
## plugandpaint Binary:
#####################################################################

add_qt_executable(plugandpaint
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tools/plugandpaint"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tools/plugandpaint"
    SOURCES
        interfaces.h
        main.cpp
        mainwindow.cpp mainwindow.h
        paintarea.cpp paintarea.h
        plugindialog.cpp plugindialog.h
    LIBRARIES
        Qt::Widgets
        pnp_basictools # special case
)

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

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

# special case: Remove the rest