summaryrefslogtreecommitdiffstats
path: root/tests/arthur/lance/lance.pro
blob: 193dbd28ddaca7e240eec32991a92822d5f5bbf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
contains(QT_CONFIG, qt3support):QT += qt3support

QT += xml svg