tests/arthur/common/common.pri
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:16 +0100
branchGCC_SURGE
changeset 24 24fd0381a9ae
parent 0 1918ee327afb
permissions -rw-r--r--
Branch for GCC_SURGE fixes

VPATH+=$$PWD
INCLUDEPATH += $$PWD

contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):DEFINES += BUILD_OPENGL

SOURCES += \
	xmldata.cpp \
	paintcommands.cpp \
	qengines.cpp \
	framework.cpp

HEADERS += \
	xmldata.h \
	paintcommands.h \
	qengines.h \
	framework.h

RESOURCES += images.qrc