mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 22:48:27 +08:00
15 lines
314 B
Prolog
15 lines
314 B
Prolog
QT += widgets
|
|
requires(qtConfig(filedialog))
|
|
|
|
SOURCES = addressbook.cpp \
|
|
finddialog.cpp \
|
|
main.cpp
|
|
HEADERS = addressbook.h \
|
|
finddialog.h
|
|
|
|
QMAKE_PROJECT_NAME = ab_part7
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part7
|
|
INSTALLS += target
|