summaryrefslogtreecommitdiffstats
path: root/examples/tools/customcompleter/customcompleter.pro
blob: 9af70c06d0a11dd780ad8bf977e3d54636b1a8bb (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: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)