summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt
blob: e749d749757503abec07d96c476766c80eced3b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from modal.pro.

#####################################################################
## modal Binary:
#####################################################################

add_qt_executable(modal_helper  # special case
    GUI
    SOURCES
        base.cpp base.h
        main.cpp
    OUTPUT_DIRECTORY # special case
        ${CMAKE_CURRENT_BINARY_DIR}/.. # special case
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)

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