File: graphicsview.pri

package info (click to toggle)
boats 201204-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,352 kB
  • sloc: cpp: 8,770; makefile: 48; xml: 10
file content (32 lines) | stat: -rw-r--r-- 659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD

HEADERS += \
    $$PWD/arrow.h \
    $$PWD/boat.h \
    $$PWD/bubble.h \
    $$PWD/flag.h \
    $$PWD/laylines.h \
    $$PWD/mark.h \
    $$PWD/point.h \
    $$PWD/polyline.h \
    $$PWD/sail.h \
    $$PWD/situationscene.h \
    $$PWD/situationview.h \
    $$PWD/spinnaker.h \
    $$PWD/track.h

SOURCES += \
    $$PWD/arrow.cpp \
    $$PWD/boat.cpp \
    $$PWD/bubble.cpp \
    $$PWD/flag.cpp \
    $$PWD/laylines.cpp \
    $$PWD/mark.cpp \
    $$PWD/point.cpp \
    $$PWD/polyline.cpp \
    $$PWD/sail.cpp \
    $$PWD/situationscene.cpp \
    $$PWD/situationview.cpp \
    $$PWD/spinnaker.cpp \
    $$PWD/track.cpp