2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
2012-05-24 08:05:55 +00:00
|
|
|
CONFIG += parallel_test
|
2011-10-25 01:38:02 +00:00
|
|
|
TARGET = tst_qcssparser
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qcssparser.cpp
|
2011-10-25 01:38:02 +00:00
|
|
|
QT += xml gui-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|
2011-09-27 09:53:01 +00:00
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-09-27 09:53:01 +00:00
|
|
|
wince* {
|
2011-04-27 10:05:43 +00:00
|
|
|
addFiles.files = testdata
|
|
|
|
addFiles.path = .
|
|
|
|
timesFont.files = C:/Windows/Fonts/times.ttf
|
|
|
|
timesFont.path = .
|
|
|
|
DEPLOYMENT += addFiles timesFont
|
|
|
|
}
|
|
|
|
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|