This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
###################################################################### |
| 2 |
# Automatically generated by qmake (2.01a) Tue Nov 25 22:10:41 2008 |
| 3 |
###################################################################### |
| 4 |
|
| 5 |
TEMPLATE = app |
| 6 |
TARGET = |
| 7 |
DEPENDPATH += . |
| 8 |
INCLUDEPATH += . |
| 9 |
|
| 10 |
QMAKE_CXXFLAGS += -g |
| 11 |
|
| 12 |
QT += webkit script |
| 13 |
|
| 14 |
contains(QT_CONFIG, opengl):{ |
| 15 |
QT += opengl |
| 16 |
unix:!mac:!contains(QT_CONFIG, opengles2) LIBS += -lGLEW |
| 17 |
} |
| 18 |
|
| 19 |
contains(QT_CONFIG, phonon):{ |
| 20 |
DEPENDPATH += mediaplayer |
| 21 |
|
| 22 |
QT += phonon |
| 23 |
|
| 24 |
FORMS += mediaplayer/settings.ui |
| 25 |
RESOURCES += mediaplayer/mediaplayer.qrc |
| 26 |
|
| 27 |
SOURCES += mediaplayer/mediaplayer.cpp |
| 28 |
HEADERS += mediaplayer/mediaplayer.h |
| 29 |
|
| 30 |
DEFINES += USE_PHONON |
| 31 |
|
| 32 |
wince*{ |
| 33 |
DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout |
| 34 |
} |
| 35 |
|
| 36 |
} |
| 37 |
|
| 38 |
# Input |
| 39 |
HEADERS += entity.h mazescene.h scriptwidget.h |
| 40 |
SOURCES += main.cpp entity.cpp mazescene.cpp scriptwidget.cpp |
| 41 |
|
| 42 |
# From modelviewer |
| 43 |
HEADERS += modelitem.h model.h |
| 44 |
SOURCES += model.cpp modelitem.cpp |