summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/extension/CMakeLists.txt
blob: 400cf2398945d6e1541f969a7b27896acd5d70c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from extension.pro.

#####################################################################
## extension Binary:
#####################################################################

add_qt_executable(extension
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/dialogs/extension"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/dialogs/extension"
    SOURCES
        finddialog.cpp finddialog.h
        main.cpp
    LIBRARIES
        Qt::Widgets
)