Pick-to: 6.5 Task-number: QTBUG-108751 Change-Id: I8ca4e058b832674dc0c8b84024cb70a667ee8db4 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
10 lines
196 B
Prolog
10 lines
196 B
Prolog
QT += widgets
|
|
|
|
HEADERS = finddialog.h
|
|
SOURCES = finddialog.cpp \
|
|
main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/extension
|
|
INSTALLS += target
|