summaryrefslogtreecommitdiffstats
path: root/examples/widgets/draganddrop/dropsite/CMakeLists.txt
blob: 0d541337509aaf94f09fc0ee05e60d631980b4ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from dropsite.pro.

#####################################################################
## dropsite Binary:
#####################################################################

add_qt_executable(dropsite
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/draganddrop/dropsite"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/draganddrop/dropsite"
    SOURCES
        droparea.cpp droparea.h
        dropsitewindow.cpp dropsitewindow.h
        main.cpp
    LIBRARIES
        Qt::Widgets
)