qt6windows7/examples/widgets/desktop/screenshot/screenshot.pro

11 lines
246 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += widgets
requires(qtConfig(filedialog))
HEADERS = screenshot.h
SOURCES = main.cpp \
screenshot.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/screenshot
INSTALLS += target