bf537516a9
Remove #ifdef sections for Q_OS_WINCE and wince .pro file clauses in library, and tests. Task-number: QTBUG-51673 Change-Id: I55f61845c3b54027c467a5c59c122e7d16955358 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
14 lines
234 B
Prolog
14 lines
234 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qcssparser
|
|
SOURCES += tst_qcssparser.cpp
|
|
QT += xml gui-private testlib
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
android {
|
|
RESOURCES += \
|
|
testdata.qrc
|
|
|
|
}
|