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

10 lines
173 B
INI

TARGET = simpleanchorlayout
QT += widgets
SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/simpleanchorlayout
INSTALLS += target