summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/extension/extension.pro
blob: 91eccf5a7298651be57f64328a7542d91f7cae07 (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]/widgets/dialogs/extension
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/extension
INSTALLS += target sources

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