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

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

include($$QT_SOURCE_TREE/examples/examplebase.pri)