0
|
1 |
COMMON_FOLDER = $$PWD/../common
|
|
2 |
include(../arthurtester.pri)
|
|
3 |
CONFIG+=console moc
|
|
4 |
TEMPLATE = app
|
|
5 |
INCLUDEPATH += .
|
|
6 |
|
|
7 |
# Input
|
|
8 |
HEADERS += widgets.h interactivewidget.h
|
|
9 |
SOURCES += interactivewidget.cpp main.cpp
|
|
10 |
RESOURCES += icons.qrc
|
|
11 |
|
|
12 |
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
|
|
13 |
contains(QT_CONFIG, qt3support):QT += qt3support
|
|
14 |
|
|
15 |
symbian*: {
|
|
16 |
testData.sources = $$QT_BUILD_TREE/tests/arthur/data/qps
|
|
17 |
testData.path = .
|
|
18 |
DEPLOYMENT += testData
|
|
19 |
}
|
|
20 |
|
|
21 |
QT += xml svg
|
|
22 |
|
|
23 |
|