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

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

symbian: CONFIG += qt_example