diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-05-27 09:50:12 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-05-27 09:50:12 (GMT) |
commit | 448d7d5702e90e21e1effe2ff460a48aa4a0b7d2 (patch) | |
tree | b613d764ce7799fa9afa64e6b70d0f6372c79eaa | |
parent | e2c09e6b998aa139fa24e5a1f685159be97de8bd (diff) | |
download | Qt-448d7d5702e90e21e1effe2ff460a48aa4a0b7d2.zip Qt-448d7d5702e90e21e1effe2ff460a48aa4a0b7d2.tar.gz Qt-448d7d5702e90e21e1effe2ff460a48aa4a0b7d2.tar.bz2 |
Converted qstylesheetstyle test case to use qttest_p4.
qttest_p4 takes care of definign the UID3 for autotests in Symbian OS,
among the other things. The UID3 is needed to run tests ih HW with
cetest.
-rw-r--r-- | tests/auto/qstylesheetstyle/qstylesheetstyle.pro | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/auto/qstylesheetstyle/qstylesheetstyle.pro b/tests/auto/qstylesheetstyle/qstylesheetstyle.pro index 6acb0b4..7babe25 100644 --- a/tests/auto/qstylesheetstyle/qstylesheetstyle.pro +++ b/tests/auto/qstylesheetstyle/qstylesheetstyle.pro @@ -1,14 +1,4 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Wed Apr 26 13:53:24 2006 -###################################################################### - -TEMPLATE = app -TARGET = tst_qstylesheetstyle -DEPENDPATH += . -INCLUDEPATH += . .. - -CONFIG += console qtestlib -contains(QT_CONFIG, qt3support): QT += qt3support +load(qttest_p4) # Input SOURCES += tst_qstylesheetstyle.cpp |