summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/echoplugin/echowindow/CMakeLists.txt
blob: 3c9082db07a7be02f0ec58095e857978ff6972fb (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
33
# Generated from echowindow.pro.

#####################################################################
## echoplugin Binary:
#####################################################################

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

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

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

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

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

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