qtmobility/examples/sensors/cubehouse/cubehouse.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:18:40 +0300
changeset 4 90517678cc4f
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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