qt6-bb10/examples/widgets/tutorials/addressbook/part6/part6.pro

16 lines
360 B
Prolog

QT += widgets
SOURCES = addressbook.cpp \
finddialog.cpp \
main.cpp
HEADERS = addressbook.h \
finddialog.h
QMAKE_PROJECT_NAME = ab_part6
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part6
INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)