summaryrefslogtreecommitdiffstats
path: root/examples/tools/customcompleter/customcompleter.pro
blob: 3b0874cbdc2548a839562cb9b6ccfe1b80e8a816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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