summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/extension/extension.pro
blob: 327eeff1f345f79f8c5cfa3a637e2cfad63c3da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets

HEADERS       = finddialog.h
SOURCES       = finddialog.cpp \
                main.cpp

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

simulator: warning(This example might not fully work on Simulator platform)