summaryrefslogtreecommitdiffstats
path: root/tests/arthur/lance/lance.pro
blob: 8f3407cfc92be954c3d697262339e1206b672163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
COMMON_FOLDER = $$PWD/../common
include(../arthurtester.pri)
CONFIG+=console moc
TEMPLATE = app
INCLUDEPATH += .

# Input
HEADERS += widgets.h interactivewidget.h
SOURCES += interactivewidget.cpp main.cpp
RESOURCES += icons.qrc

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

symbian*: {
    testData.files = $$QT_BUILD_TREE/tests/arthur/data/qps
    testData.path = .
    DEPLOYMENT += testData
}

QT += xml svg core-private gui-private