forked from shiftingParadigms/pencil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpencil.pro
102 lines (99 loc) · 3.08 KB
/
pencil.pro
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
######################################################################
# Automatically generated by qmake (2.01a) sam. janv. 13 17:20:35 2007
######################################################################
CONFIG += qt debug console
TEMPLATE = app
TARGET = Pencil
MOC_DIR = .moc
OBJECTS_DIR = .obj
DEPENDPATH += . src
INCLUDEPATH += . src \
src/external/flash \
src/external/linux \
src/external/macosx \
src/external/win32 \
src/graphics \
src/graphics/bitmap \
src/graphics/vector \
src/interface \
src/structure
# Input
HEADERS += src/interfaces.h \
src/external/flash/flash.h \
src/graphics/bitmap/bitmapimage.h \
src/graphics/vector/bezierarea.h \
src/graphics/vector/beziercurve.h \
src/graphics/vector/colourref.h \
src/graphics/vector/gradient.h \
src/graphics/vector/vectorimage.h \
src/graphics/vector/vertexref.h \
src/structure/layer.h \
src/structure/layerbitmap.h \
src/structure/layercamera.h \
src/structure/layerimage.h \
src/structure/layersound.h \
src/structure/layervector.h \
src/structure/object.h \
src/interface/editor.h \
src/interface/mainwindow.h \
src/interface/palette.h \
src/interface/preferences.h \
src/interface/scribblearea.h \
src/interface/timeline.h \
src/interface/timecontrols.h \
src/interface/toolset.h
SOURCES += src/external/flash/flash.cpp \
src/graphics/bitmap/blur.cpp \
src/graphics/bitmap/bitmapimage.cpp \
src/graphics/vector/bezierarea.cpp \
src/graphics/vector/beziercurve.cpp \
src/graphics/vector/colourref.cpp \
src/graphics/vector/gradient.cpp \
src/graphics/vector/vectorimage.cpp \
src/graphics/vector/vertexref.cpp \
src/structure/layer.cpp \
src/structure/layerbitmap.cpp \
src/structure/layercamera.cpp \
src/structure/layerimage.cpp \
src/structure/layersound.cpp \
src/structure/layervector.cpp \
src/structure/object.cpp \
src/interface/editor.cpp \
src/interface/mainwindow.cpp \
src/interface/palette.cpp \
src/interface/preferences.cpp \
src/interface/scribblearea.cpp \
src/interface/timeline.cpp \
src/interface/timecontrols.cpp \
src/interface/toolset.cpp \
src/main.cpp
win32 {
INCLUDEPATH += . libwin32
SOURCES += src/external/win32/win32.cpp
LIBS += -Llibwin32 -lming -lpng
RC_FILE = pencil.rc
}
macx {
INCLUDEPATH += . libmacosx
HEADERS += src/external/macosx/style.h
SOURCES += src/external/macosx/macosx.cpp \
src/external/macosx/style.cpp
LIBS += -Llibmacosx -lming
RC_FILE = pencil.icns
}
linux-g++ {
INCLUDEPATH += . liblinux
SOURCES += src/external/linux/linux.cpp
LIBS += -Lliblinux -lming -lpng
}
RESOURCES += pencil.qrc
QT += xml \
opengl \
phonon \
core \
gui \
xmlpatterns \
svg \
opengl \
script \
qt3support