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

19 lines
237 B
Prolog

QT += widgets
HEADERS += \
coloritem.h \
robot.h
SOURCES += \
coloritem.cpp \
main.cpp \
robot.cpp
RESOURCES += \
robot.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/dragdroprobot
INSTALLS += target