qtmobility/examples/sensors/cubehouse/cubehouse.pro
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:23 +0100
branchGCC_SURGE
changeset 9 5561c345355e
parent 4 90517678cc4f
permissions -rw-r--r--
Branch for GCC_SURGE fixes

TEMPLATE = app
TARGET = cubehouse
CONFIG += qt debug warn_on
requires(contains(QT_CONFIG,opengl))
QT += opengl
include(../../examples.pri)
CONFIG+=mobility
MOBILITY+=sensors
INCLUDEPATH += ../../../src/sensors
SOURCES = \
    view.cpp \
    main.cpp \
    camera.cpp \
    light.cpp \
    lightmodel.cpp \
    material.cpp \
    painter.cpp
HEADERS = \
    view.h \
    teapot.h \
    cube.h \
    camera.h light.h \
    lightmodel.h \
    material.h \
    painter.h
contains(QT_CONFIG,opengles2) {
    SOURCES += painter_shader.cpp
} else {
    SOURCES += painter_fixed.cpp
}
RESOURCES = cubehouse.qrc