summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/customcompleter/CMakeLists.txt
blob: 04f8035ff337e5f1fb17bd66402557597b3acebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from customcompleter.pro.

#####################################################################
## customcompleter Binary:
#####################################################################

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

# Resources:
add_qt_resource(customcompleter "customcompleter" PREFIX "/" FILES
    resources/wordlist.txt)