~gabriel1984sibiu/minitube/qt5.6

« back to all changes in this revision

Viewing changes to examples/widgets/graphicsview/dragdroprobot/dragdroprobot.pro

  • Committer: Grevutiu Gabriel
  • Date: 2017-06-13 08:43:17 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170613084317-ek0zqe0u9g3ocvi8
OriginalĀ upstreamĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QT += widgets
 
2
 
 
3
HEADERS += \
 
4
        coloritem.h \
 
5
        robot.h
 
6
 
 
7
SOURCES += \
 
8
        coloritem.cpp \
 
9
        main.cpp \
 
10
        robot.cpp
 
11
 
 
12
RESOURCES += \
 
13
        robot.qrc
 
14
 
 
15
 
 
16
# install
 
17
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/dragdroprobot
 
18
INSTALLS += target