diff options
author | Marko Niemelä <marko.a.niemela@nokia.com> | 2012-02-06 14:35:46 +0200 |
---|---|---|
committer | Marko Niemelä <marko.a.niemela@nokia.com> | 2012-02-06 14:35:46 +0200 |
commit | c075ab61fb00bdba96a9b4d9b0cdedb8c088ae05 (patch) | |
tree | fe364888c21aa2d6562eeab9bfc3e8937c2d04db | |
parent | 88bfda60b220dc7ad981e0c078646a7b6a41073e (diff) | |
download | qtgraphicaleffects-c075ab61fb00bdba96a9b4d9b0cdedb8c088ae05.tar.gz |
Fixed autotests to work with latest Qt5
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 38f3d2a..88be128 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,6 +1,5 @@ -load(qttest_p4) -QT += opengl declarative +QT += opengl declarative testlib quick TARGET = tst_qtgraphicaleffects |