qt6windows7/examples/widgets/scroller/graphicsview/graphicsview.pro
2023-10-29 23:33:08 +01:00

9 lines
147 B
INI

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