~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QT += widgets
 
2
 
 
3
HEADERS += \
 
4
        edge.h \
 
5
        node.h \
 
6
        graphwidget.h
 
7
 
 
8
SOURCES += \
 
9
        edge.cpp \
 
10
        main.cpp \
 
11
        node.cpp \
 
12
        graphwidget.cpp
 
13
 
 
14
# install
 
15
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/elasticnodes
 
16
INSTALLS += target