qt6-bb10/examples/widgets/scroller/graphicsview/graphicsview.pro

8 lines
146 B
INI

TEMPLATE = app
SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/scroller/graphicsview
INSTALLS += target
QT += widgets