summaryrefslogtreecommitdiffstats
path: root/examples/dialogs/findfiles/findfiles.pro
blob: 8e80b27f33cd33c2ebf2575a786c380e7035e63f (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = window.h
SOURCES       = main.cpp \
                window.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/findfiles
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/findfiles
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)