~ubuntu-branches/ubuntu/wily/pencil/wily

« back to all changes in this revision

Viewing changes to .pc/qmake-unix.patch/pencil.pro

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-09-01 23:08:09 UTC
  • Revision ID: package-import@ubuntu.com-20110901230809-itkpvbnb281u37xr
Tags: 0.4.4b-0ubuntu5
* Build with -fpermissive. LP: #770799.
* Fix qmake project file to detect linux.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
######################################################################
 
2
# Automatically generated by qmake (2.01a) sam. janv. 13 17:20:35 2007
 
3
######################################################################
 
4
 
 
5
CONFIG += qt release
 
6
TEMPLATE = app
 
7
TARGET = Pencil
 
8
DEPENDPATH += . src
 
9
INCLUDEPATH += .        src \
 
10
                        src/external/flash \
 
11
                        src/external/linux \
 
12
                        src/external/macosx \
 
13
                        src/external/win32 \
 
14
                        src/graphics \
 
15
                        src/graphics/bitmap \
 
16
                        src/graphics/vector \
 
17
                        src/interface \
 
18
                        src/structure
 
19
 
 
20
# Input
 
21
HEADERS += src/interfaces.h \
 
22
                                         src/external/flash/flash.h \
 
23
           src/graphics/bitmap/bitmapimage.h \
 
24
           src/graphics/vector/bezierarea.h \
 
25
           src/graphics/vector/beziercurve.h \
 
26
           src/graphics/vector/colourref.h \
 
27
           src/graphics/vector/gradient.h \
 
28
           src/graphics/vector/vectorimage.h \
 
29
           src/graphics/vector/vertexref.h \
 
30
           src/structure/layer.h \
 
31
           src/structure/layerbitmap.h \
 
32
           src/structure/layercamera.h \
 
33
           src/structure/layerimage.h \
 
34
           src/structure/layersound.h \
 
35
           src/structure/layervector.h \
 
36
           src/structure/object.h \
 
37
           src/interface/editor.h \
 
38
           src/interface/mainwindow.h \
 
39
           src/interface/palette.h \
 
40
           src/interface/preferences.h \
 
41
           src/interface/scribblearea.h \
 
42
                                         src/interface/timeline.h \
 
43
           src/interface/timecontrols.h \
 
44
           src/interface/toolset.h
 
45
SOURCES += src/external/flash/flash.cpp \
 
46
                                         src/graphics/bitmap/blur.cpp \
 
47
           src/graphics/bitmap/bitmapimage.cpp \
 
48
           src/graphics/vector/bezierarea.cpp \
 
49
           src/graphics/vector/beziercurve.cpp \
 
50
           src/graphics/vector/colourref.cpp \
 
51
           src/graphics/vector/gradient.cpp \
 
52
           src/graphics/vector/vectorimage.cpp \
 
53
           src/graphics/vector/vertexref.cpp \
 
54
           src/structure/layer.cpp \
 
55
           src/structure/layerbitmap.cpp \
 
56
           src/structure/layercamera.cpp \
 
57
           src/structure/layerimage.cpp \
 
58
           src/structure/layersound.cpp \
 
59
           src/structure/layervector.cpp \
 
60
           src/structure/object.cpp \
 
61
           src/interface/editor.cpp \
 
62
           src/interface/mainwindow.cpp \
 
63
           src/interface/palette.cpp \
 
64
           src/interface/preferences.cpp \
 
65
           src/interface/scribblearea.cpp \
 
66
           src/interface/timeline.cpp \
 
67
           src/interface/timecontrols.cpp \
 
68
           src/interface/toolset.cpp \
 
69
           src/main.cpp
 
70
win32 {
 
71
        INCLUDEPATH += . libwin32
 
72
        SOURCES += src/external/win32/win32.cpp
 
73
        LIBS += -Llibwin32 -lming -lpng
 
74
        RC_FILE = pencil.rc
 
75
}
 
76
macx {
 
77
        INCLUDEPATH += . libmacosx
 
78
        HEADERS += src/external/macosx/style.h
 
79
        SOURCES += src/external/macosx/macosx.cpp \
 
80
                   src/external/macosx/style.cpp
 
81
        LIBS += -Llibmacosx -lming
 
82
        RC_FILE = pencil.icns
 
83
}
 
84
linux-g++ {
 
85
        INCLUDEPATH += . liblinux
 
86
        SOURCES += src/external/linux/linux.cpp
 
87
        LIBS += -Lliblinux -lming
 
88
}
 
89
RESOURCES += pencil.qrc
 
90
QT += xml opengl