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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/extension
INSTALLS += target

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