diff options
Diffstat (limited to 'examples/graphicsview/dragdroprobot/dragdroprobot.pro')
-rw-r--r-- | examples/graphicsview/dragdroprobot/dragdroprobot.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/graphicsview/dragdroprobot/dragdroprobot.pro b/examples/graphicsview/dragdroprobot/dragdroprobot.pro new file mode 100644 index 0000000..769e54a --- /dev/null +++ b/examples/graphicsview/dragdroprobot/dragdroprobot.pro @@ -0,0 +1,18 @@ +HEADERS += \ + coloritem.h \ + robot.h + +SOURCES += \ + coloritem.cpp \ + main.cpp \ + robot.cpp + +RESOURCES += \ + robot.qrc + + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/dragdroprobot +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dragdroprobot.pro images +sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/dragdroprobot +INSTALLS += target sources |