qt5base-lts/tests/arthur/lance/lance.pro
Jason McDonald 66498850f2 Allow arthur tests to use private headers.
The tests include qapplication_p.h, therefore the .pro files need to
specify
    QT += core-private gui-private

Change-Id: Icd6d7ba31f79b8c7b15e0327dd5ce44c7f486221
Reviewed-by: Rohan McGovern
2011-05-20 12:04:07 +10:00

23 lines
497 B
Prolog

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