summaryrefslogtreecommitdiffstats
path: root/tests/arthur/common/common.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/common/common.pri')
-rw-r--r--tests/arthur/common/common.pri18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/arthur/common/common.pri b/tests/arthur/common/common.pri
new file mode 100644
index 0000000000..1f84904474
--- /dev/null
+++ b/tests/arthur/common/common.pri
@@ -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