~ubuntu-branches/ubuntu/precise/gle-graphics/precise

« back to all changes in this revision

Viewing changes to src/gui/qgle.pro.in

  • Committer: Package Import Robot
  • Author(s): Christian T. Steigies
  • Date: 2011-10-20 22:15:27 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111020221527-sv27lrowdd221npi
Tags: 4.2.3b-1
* new upstream version
* switch from cdbs to debhelper 8
* update copyright file
* do no rely on proc on non-linux systems (closes: #644588)
* do not ship glebtool, which is a helper used only during build
* add libqt4-opengl-dev to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
unix:MOC_DIR = ./moc
28
28
unix:OBJECTS_DIR = ./objects
29
29
QT += network
 
30
QT += opengl
30
31
 
31
32
macx {
32
33
    TARGET = "QGLE"
84
85
           text.h \
85
86
           variantdelegate.h \
86
87
           objectblocks.h \
87
 
           dialogues.h
 
88
           dialogues.h \
 
89
           3dviewer.h
88
90
SOURCES += about.cpp \
89
91
           amove.cpp \
90
92
           arc.cpp \
115
117
           text.cpp \
116
118
           variantdelegate.cpp \
117
119
           objectblocks.cpp \
118
 
           dialogues.cpp
 
120
           dialogues.cpp \
 
121
           3dviewer.cpp
119
122
RESOURCES += qgle.qrc
120
123
 
121
124
win32 {
125
128
macx {
126
129
    ICON      += images/gle.icns
127
130
    SOURCES   += macspecific.cpp
 
131
#   LIBS      += -framework Cocoa
128
132
}
129
133
 
130
134
DISTFILES += readme.txt \
157
161
             images/reload.png \
158
162
             images/reload_red.png
159
163
 
160
 
linux-g++ {
161
 
        LIBS += -ldl
162
 
}
 
164
LIBS += $$QMAKE_LIBS_DYNLOAD
163
165
 
164
166
# link against the GLE library (unix -> Linux and Mac OS/X)
165
167
unix {