summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/customcompleter/customcompleter.pro
blob: 499fab5537811f8c780f9f0d92060bf5d2e71afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets

HEADERS   = mainwindow.h \
            textedit.h
SOURCES   = main.cpp \
            mainwindow.cpp \
            textedit.cpp
RESOURCES = customcompleter.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/customcompleter
INSTALLS += target