changeset 7 | f7bc934e204c |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util/tests/arthur/common/common.pri Wed Mar 31 11:06:36 2010 +0300 @@ -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