tests/arthur/common/common.pri
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/arthur/common/common.pri	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,18 @@
+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