summaryrefslogtreecommitdiffstats
path: root/examples/tools/customcompleter/customcompleter.pro
blob: b4bbace109231ddd3bad93651c708b5ec9da2665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS   = mainwindow.h \
            textedit.h
SOURCES   = main.cpp \
            mainwindow.cpp \
            textedit.cpp
RESOURCES = customcompleter.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/customcompleter
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS customcompleter.pro resources
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/customcompleter
INSTALLS += target sources

symbian: CONFIG += qt_example
QT += widgets