diff options
Diffstat (limited to 'tests/auto/lancelot/lancelot.pro')
-rw-r--r-- | tests/auto/lancelot/lancelot.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/lancelot/lancelot.pro b/tests/auto/lancelot/lancelot.pro new file mode 100644 index 0000000..11beb7e --- /dev/null +++ b/tests/auto/lancelot/lancelot.pro @@ -0,0 +1,13 @@ +load(qttest_p4) +QT += xml svg +contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl + +SOURCES += tst_lancelot.cpp \ + $$PWD/../../arthur/common/paintcommands.cpp +HEADERS += $$PWD/../../arthur/common/paintcommands.h +RESOURCES += $$PWD/../../arthur/common/images.qrc + +include($$PWD/../../arthur/common/qbaselinetest.pri) + +!symbian:!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\" +linux-g++-maemo:DEFINES += USE_RUNTIME_DIR |