qt5base-lts/tests/benchmarks/gui/text/qtext/qtext.pro
Rohan McGovern ce26a6fd2b tests: make benchmarks compile or disable those which don't compile
Reviewed-by: Jason McDonald
Change-Id: Idc9fa4722b59f9b75d5e4a91bbfd0ae068d29b3d
2011-05-11 17:04:12 +10:00

18 lines
264 B
Prolog

load(qttest_p4)
QT += gui-private
TEMPLATE = app
TARGET = tst_bench_QText
SOURCES += main.cpp
symbian* {
TARGET.CAPABILITY = ALL -TCB
addFiles.files = bidi.txt
addFiles.path = .
DEPLOYMENT += addFiles
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}