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

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

QT += widgets
simulator: warning(This example might not fully work on Simulator platform)