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

#####################################################################
## codeeditor Binary:
#####################################################################

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